]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Exploring rems as font-size unit
authorMark Otto <otto@github.com>
Sun, 17 Mar 2013 18:33:07 +0000 (11:33 -0700)
committerMark Otto <otto@github.com>
Sun, 17 Mar 2013 18:33:07 +0000 (11:33 -0700)
commit6012d8221b8e4f94c0cf842790ce70d868bb341a
tree181525ebd2f3753a8cdd3078d4364d31d7e52c33
parent47f69c0d9e6136a2f8e6deec6093684a41969c85
Exploring rems as font-size unit

* Added a new mixin to calculate rems and pixels for IE fallback
* Updated the body, p, and .lead elements to use the new .font-size() mixin
* New mixin has default value of 14px or 1.4rem
* Still needs exploration, and change this means lots of work rejiggering margins and line-heights
* Related, started to reorganize the mixins a bit to call out mixins that are used by the framework and not utilities or snippets
docs/assets/css/bootstrap.css
less/mixins.less
less/scaffolding.less
less/type.less
less/variables.less