]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove underscore hack for IE6 2089/head
authorJacob Rask <jacob@jacobrask.net>
Sun, 19 Feb 2012 20:54:38 +0000 (21:54 +0100)
committerJacob Rask <jacob@jacobrask.net>
Sun, 19 Feb 2012 20:54:38 +0000 (21:54 +0100)
IE6 does not seem to be supported by Bootstrap, and reducing the number
of unused and invalid properties is always nice.

docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/dropdowns.less

index df4dc7ff283200da7167e7f5c81cbea60bf8ae23..2a4b693875007459cb1611c4ea8f0d204e641791 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 71ab7a9d4e24a08e9185127812cdfc59b43bb2ee..832ea64b52eeb24c40190ce1cd1f00141fae17af 100644 (file)
@@ -1581,7 +1581,6 @@ table .span12 {
   float: left;
   display: none;
   min-width: 160px;
-  _width: 160px;
   padding: 4px 0;
   margin: 0;
   list-style: none;
index 1b445844c79d82a4f604a1e540b901c204c438f1..88a7462c4668a79912a875881e2c837365870d3b 100644 (file)
@@ -46,7 +46,6 @@
   float: left;
   display: none; // none by default, but block on "open" of the menu
   min-width: 160px;
-  _width: 160px;
   padding: 4px 0;
   margin: 0; // override default ul
   list-style: none;