Skip to content

Commit

Permalink
Make body background white for Lion scrollbar to be dark
Browse files Browse the repository at this point in the history
  • Loading branch information
rafbm committed Mar 29, 2012
1 parent e810843 commit fe1e039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides/assets/stylesheets/main.css
Expand Up @@ -80,7 +80,7 @@ body {
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif;
font-size: 87.5%; font-size: 87.5%;
line-height: 1.5em; line-height: 1.5em;
background: #222; background: #fff;
min-width: 69em; min-width: 69em;
color: #999; color: #999;
} }
Expand All @@ -94,6 +94,7 @@ body {
#topNav { #topNav {
padding: 1em 0; padding: 1em 0;
color: #565656; color: #565656;
background: #222;
} }


#header { #header {
Expand All @@ -111,7 +112,6 @@ body {
} }


#container { #container {
background: #FFF;
color: #333; color: #333;
padding: 0.5em 0 1.5em 0; padding: 0.5em 0 1.5em 0;
} }
Expand All @@ -137,7 +137,7 @@ body {


#footer { #footer {
padding: 2em 0; padding: 2em 0;
background: url(../images/footer_tile.gif) repeat-x; background: #222 url(../images/footer_tile.gif) repeat-x;
} }
#footer .wrapper { #footer .wrapper {
padding-left: 2em; padding-left: 2em;
Expand Down

0 comments on commit fe1e039

Please sign in to comment.