Commit e0722fcb authored by Mark Otto's avatar Mark Otto
Browse files

cleanup docs and fix gradient in masthead

parent 8c1e60c6
Showing with 3 additions and 3 deletions
+3 -3
...@@ -24,8 +24,9 @@ section > .row { ...@@ -24,8 +24,9 @@ section > .row {
background-image: -moz-linear-gradient(#004D9F, #049cd9); background-image: -moz-linear-gradient(#004D9F, #049cd9);
background-image: -o-linear-gradient(top, #004D9F, #049cd9); background-image: -o-linear-gradient(top, #004D9F, #049cd9);
background-image: -khtml-gradient(linear, left top, left bottom, from(#004D9F), to(#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 { #masthead div.inner, #footer div.inner {
background: transparent url(../img/grid-18px.png) top center; background: transparent url(../img/grid-18px.png) top center;
...@@ -199,7 +200,6 @@ div.topbar-wrapper div.topbar { ...@@ -199,7 +200,6 @@ div.topbar-wrapper div.topbar {
position: absolute; position: absolute;
margin: 0 -20px; margin: 0 -20px;
} }
div.topbar-wrapper div.topbar .topbar-inner { div.topbar-wrapper div.topbar .topbar-inner {
padding-left: 20px; padding-left: 20px;
padding-right: 20px; padding-right: 20px;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment