Commit fcbaf6fc by kimth

Merge pull request #793 from MITx/bug/tomg/custom-tab-ff

fixed custom tab box-sizing glitch in firefox
parents afbcf640 a954a567
div.static_tab_wrapper { div.static_tab_wrapper {
@include box-sizing(border-box);
padding: 2em 2.5em; padding: 2em 2.5em;
h1 { h1 {
...@@ -9,5 +9,4 @@ div.static_tab_wrapper { ...@@ -9,5 +9,4 @@ div.static_tab_wrapper {
section { section {
margin: 0px 0px 20px; margin: 0px 0px 20px;
} }
}
} \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment