]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
cleanup docs and fix gradient in masthead
authorMark Otto <mark.otto@twitter.com>
Fri, 2 Sep 2011 19:24:28 +0000 (12:24 -0700)
committerMark Otto <mark.otto@twitter.com>
Fri, 2 Sep 2011 19:24:28 +0000 (12:24 -0700)
docs/assets/css/docs.css

index a4e51967cb2e8e35eadd589e6983e926facd0252..a9f1f230d1a49d097f3d0a742054541eddf47250 100644 (file)
@@ -24,8 +24,9 @@ section > .row {
   background-image: -moz-linear-gradient(#004D9F, #049cd9);
   background-image: -o-linear-gradient(top, #004D9F, #049cd9);
   background-image: -khtml-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
-  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#004D9F', EndColorStr='#049cd9', GradientType=0);
-  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#004D9F', EndColorStr='#049cd9', GradientType=0))";
+
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004D9F', endColorstr='#049cd9', GradientType=0)\9; /* IE8 and down */
+
 }
 #masthead div.inner, #footer div.inner {
   background: transparent url(../img/grid-18px.png) top center;
@@ -199,7 +200,6 @@ div.topbar-wrapper div.topbar {
   position: absolute;
   margin: 0 -20px;
 }
-
 div.topbar-wrapper div.topbar .topbar-inner {
   padding-left: 20px;
   padding-right: 20px;