fix(tabs): remove important flag from `.tabs{border-bottom:none;} Fixes: 1652

This commit is contained in:
Perry Govier
2014-07-29 14:06:17 -05:00
parent 2993159f2a
commit bf1c1bc971

View File

@@ -34,7 +34,7 @@
(min-resolution: 1.5dppx) {
padding-top: 2px;
border-top: none !important;
border-bottom: none !important;
border-bottom: none;
background-position: top;
background-size: 100% 1px;
background-repeat: no-repeat;