Remove duplicate properties

This commit is contained in:
Kevin Sawicki
2013-06-12 10:11:09 -07:00
parent 5538b2910d
commit 7e33a3e12f
2 changed files with 1 additions and 3 deletions

View File

@@ -152,7 +152,6 @@ body {
font-size: 12px;
padding: 5px;
margin: 5px 0 0 0;
border: 2px solid #6A4A3C;
border-radius: 2px;
line-height: 18px;
color: #666666;

View File

@@ -1,7 +1,6 @@
.tabs {
background: #161719;
border: none;
box-shadow: none;
border-bottom: 4px solid rgba(41, 44, 47, 1);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}
@@ -35,4 +34,4 @@
.tab.active:hover .close-icon {
color: #fff;
}
}