fixed custom tab box-sizing glitch in firefox

This commit is contained in:
Tom Giannattasio
2012-10-01 10:09:56 -04:00
parent 67fb486f88
commit 1870db5fb1

View File

@@ -1,5 +1,5 @@
div.static_tab_wrapper {
@include box-sizing(border-box);
padding: 2em 2.5em;
h1 {
@@ -9,5 +9,4 @@ div.static_tab_wrapper {
section {
margin: 0px 0px 20px;
}
}
}