diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-18 01:39:37 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-18 01:39:37 +0000 |
commit | 00736bddd199b2a43820367c3476b9e9ec84c0db (patch) | |
tree | 110316f2f7aea290ef388922c72a7cab8bb35979 /theme/base/css/display.css | |
parent | d8b0fcbc50248e493dfda288fe538ea58ef66acf (diff) |
Fix for background image repetition for various page heights
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 99f2d9ece..e1b92edce 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -12,9 +12,9 @@ img { display:block; border:0; } a abbr { cursor: pointer; border-bottom:0; } table { border-collapse:collapse; } ol { list-style-position:inside; } -html { font-size: 87.5%; background-color:#fff; } +html { font-size: 87.5%; height:100%; } body { -background-color:#fff; +background-color:#FFFFFF; color:#000; font-family:sans-serif; font-size:1em; |