light tabs have left:-5px;right:-5px;

This commit is contained in:
Jon Rohan
2013-02-04 15:42:21 -08:00
parent 7a2a02dacf
commit f2da6924aa

View File

@@ -68,12 +68,14 @@
}
.tab.active:before {
left: -5px;
border-bottom-right-radius: 4px;
border-width: 0 1px 1px 0;
box-shadow: 2px 2px 0 #e5e5e5;
}
.tab.active:after {
right: -5px;
border-bottom-left-radius: 4px;
border-width: 0 0 1px 1px;
box-shadow: -2px 2px 0 #e5e5e5;