diff options
author | Rafaël Blais Masson <rafbmasson@gmail.com> | 2012-03-29 08:15:17 -0400 |
---|---|---|
committer | Rafaël Blais Masson <rafbmasson@gmail.com> | 2012-03-29 08:15:17 -0400 |
commit | fe1e039a69f80aa5205cbca7350f4e2a388c3ca1 (patch) | |
tree | 604698c9337d3d27ed45c6fe4cfa2387ab09b0f2 /guides | |
parent | e81084330059e57b0a2422e351dbb28633f69434 (diff) | |
download | rails-fe1e039a69f80aa5205cbca7350f4e2a388c3ca1.tar.gz rails-fe1e039a69f80aa5205cbca7350f4e2a388c3ca1.tar.bz2 rails-fe1e039a69f80aa5205cbca7350f4e2a388c3ca1.zip |
Make body background white for Lion scrollbar to be dark
Diffstat (limited to 'guides')
-rw-r--r-- | guides/assets/stylesheets/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/assets/stylesheets/main.css b/guides/assets/stylesheets/main.css index 90723cc8e1..42b85fefa3 100644 --- a/guides/assets/stylesheets/main.css +++ b/guides/assets/stylesheets/main.css @@ -80,7 +80,7 @@ body { font-family: Helvetica, Arial, sans-serif; font-size: 87.5%; line-height: 1.5em; - background: #222; + background: #fff; min-width: 69em; color: #999; } @@ -94,6 +94,7 @@ body { #topNav { padding: 1em 0; color: #565656; + background: #222; } #header { @@ -111,7 +112,6 @@ body { } #container { - background: #FFF; color: #333; padding: 0.5em 0 1.5em 0; } @@ -137,7 +137,7 @@ body { #footer { padding: 2em 0; - background: url(../images/footer_tile.gif) repeat-x; + background: #222 url(../images/footer_tile.gif) repeat-x; } #footer .wrapper { padding-left: 2em; |