consolidate margins

This commit is contained in:
Justin Palmer
2013-02-06 08:54:32 -08:00
parent f13ea7086e
commit b66b4ac213

View File

@@ -7,16 +7,14 @@
}
.tab {
margin-bottom: 1px;
margin: 0 0 1px 1px;
background-image: -webkit-linear-gradient(#292c2f, #1d1f21);
margin-left: 1px;
box-shadow:
inset 0 2px 0 rgba(255, 255, 255, 0.1),
inset 0 1px 0 rgba(0, 0, 0, 1),
inset 1px 0 0 rgba(255, 255, 255, 0.05),
inset -1px 0 0 rgba(255, 255, 255, 0.05);
color: #b9bdc1;
padding: 5px 10px;
}
.tab:hover {