提交 fe1e039a 编写于 作者: R Rafaël Blais Masson

Make body background white for Lion scrollbar to be dark

上级 e8108433
...@@ -80,7 +80,7 @@ body { ...@@ -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;
} }
...@@ -94,6 +94,7 @@ body { ...@@ -94,6 +94,7 @@ body {
#topNav { #topNav {
padding: 1em 0; padding: 1em 0;
color: #565656; color: #565656;
background: #222;
} }
#header { #header {
...@@ -111,7 +112,6 @@ body { ...@@ -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;
} }
...@@ -137,7 +137,7 @@ body { ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册