]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added an overriding filter: progid:DXImageTransform.Microsoft.gradient(enabled=false... 1881/head
authorChris Wiederspan <chris@wiederspan.com>
Thu, 9 Feb 2012 21:28:12 +0000 (14:28 -0700)
committerChris Wiederspan <chris@wiederspan.com>
Thu, 9 Feb 2012 21:28:12 +0000 (14:28 -0700)
docs/assets/css/docs.css

index c3a6848d748e4bc71e4a5fb043ff935ed9d39a98..a2deaa9eb09f7c852bb37c47f673207edf10caef 100644 (file)
@@ -190,6 +190,7 @@ hr.soften {
     -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
             box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
+    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
   }
   .subnav-fixed .nav {
     width: 938px;