Skip to content

Commit

Permalink
- force box-sizing: border-box; in Firefox 1 through 28. Fixes "red…
Browse files Browse the repository at this point in the history
… boob" and other layout bugs.
  • Loading branch information
BenLubar committed Jul 13, 2016
1 parent c14f03d commit b73b5dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/nodebb-plugin-tdwtf-customizations/custom.less
Expand Up @@ -618,3 +618,8 @@ a[itemprop="url"][href] {
height: 100%;
}
}

/* Force border-box in Firefox 1-28. You're welcome, @Lorne-Kates. */
* {
-moz-box-sizing: border-box;
}

0 comments on commit b73b5dd

Please sign in to comment.