diff options
| author | Mark Otto <[email protected]> | 2012-09-30 23:19:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-30 23:19:55 -0700 |
| commit | 08446563b92c64c3ac3b83d922797c94f5bc11a9 (patch) | |
| tree | 8df688510ba5e4e7eeb3ffda17be993690d327a0 | |
| parent | 443b6052463285b36752f97a656be95c01650fca (diff) | |
| download | bootstrap-08446563b92c64c3ac3b83d922797c94f5bc11a9.tar.xz bootstrap-08446563b92c64c3ac3b83d922797c94f5bc11a9.zip | |
clean up comments in reset, remove ie7 css hacks
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 | ||||
| -rw-r--r-- | less/reset.less | 10 |
2 files changed, 2 insertions, 11 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index f54865108..1ec9fdc5b 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -25,8 +25,6 @@ audio, canvas, video { display: inline-block; - *display: inline; - *zoom: 1; } audio:not([controls]) { @@ -90,7 +88,6 @@ textarea { button, input { - *overflow: visible; line-height: normal; } diff --git a/less/reset.less b/less/reset.less index d80bd17e8..fa9bf064a 100644 --- a/less/reset.less +++ b/less/reset.less @@ -4,7 +4,7 @@ // -------------------------------------------------- -// Display in IE6-9 and FF3 +// HTML elements <IE9 // ------------------------- article, @@ -20,15 +20,10 @@ section { display: block; } -// Display block in IE6-9 and FF3 -// ------------------------- - audio, canvas, video { display: inline-block; - *display: inline; - *zoom: 1; } // Prevents modern browsers from displaying 'audio' without controls @@ -106,8 +101,7 @@ textarea { } button, input { - *overflow: visible; // Inner spacing ie IE6/7 - line-height: normal; // FF3/4 have !important on line-height in UA stylesheet + line-height: normal; } button::-moz-focus-inner, input::-moz-focus-inner { // Inner padding and border oddities in FF3/4 |
