diff options
| author | Mark Otto <[email protected]> | 2011-11-17 01:28:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-17 01:28:42 -0800 |
| commit | 4e6275d0fe0880d32633a2c139dad8d3e2745bb6 (patch) | |
| tree | 575abe4b666c09cf30e542d2e57a159c13bd32bf /lib/reset.less | |
| parent | 159c7a7fdae4a3bd929ee9cc76aaa3b509a969dc (diff) | |
| download | bootstrap-4e6275d0fe0880d32633a2c139dad8d3e2745bb6.tar.xz bootstrap-4e6275d0fe0880d32633a2c139dad8d3e2745bb6.zip | |
update property order and do some misc cleanup
Diffstat (limited to 'lib/reset.less')
| -rw-r--r-- | lib/reset.less | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/reset.less b/lib/reset.less index 983f14f3d..8bff57335 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -75,9 +75,9 @@ audio:not([controls]) { // Source: http://github.com/necolas/normalize.css sub, sup { + position: relative; font-size: 75%; line-height: 0; - position: relative; vertical-align: baseline; } sup { @@ -91,8 +91,8 @@ sub { // ------------------------- // Source: http://github.com/necolas/normalize.css img { - border: 0; - -ms-interpolation-mode: bicubic; + border: 0; + -ms-interpolation-mode: bicubic; } // Forms @@ -104,20 +104,20 @@ button, input, select, textarea { - font-size: 100%; margin: 0; + font-size: 100%; vertical-align: baseline; *vertical-align: middle; } button, input { - line-height: normal; // FF3/4 have !important on line-height in UA stylesheet *overflow: visible; // Inner spacing ie IE6/7 + line-height: normal; // FF3/4 have !important on line-height in UA stylesheet } button::-moz-focus-inner, input::-moz-focus-inner { // Inner padding and border oddities in FF3/4 - border: 0; padding: 0; + border: 0; } button, input[type="button"], |
