diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-18 01:28:02 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-18 01:28:02 +0000 |
commit | d8b0fcbc50248e493dfda288fe538ea58ef66acf (patch) | |
tree | 0c5b6daced9ed5fb0af73542728293381dffaf2d /theme/base/css/display.css | |
parent | 4b542ccc1c0d99e35c0a7002ae9be6285933f036 (diff) |
Removed height:100% for better background image repetition
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 2153ce9a0..99f2d9ece 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -12,7 +12,7 @@ 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; height:100%; } +html { font-size: 87.5%; background-color:#fff; } body { background-color:#fff; color:#000; |