Skip to content

Commit

Permalink
added -moz-box-sizing and -webkit-box-sizing again, not having that g…
Browse files Browse the repository at this point in the history
…ives issues at least on firefox.
  • Loading branch information
josdejong committed Jul 1, 2012
1 parent ad929bc commit 6dfa861
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions interface.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ span.header-light {
margin: -40px 0 -24px 0;
padding: 40px 0 24px 0;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

overflow: hidden;
Expand All @@ -55,6 +57,8 @@ span.header-light {

padding: 15px;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

Expand Down

0 comments on commit 6dfa861

Please sign in to comment.