summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-06-18 01:28:02 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-06-18 01:28:02 +0000
commitd8b0fcbc50248e493dfda288fe538ea58ef66acf (patch)
tree0c5b6daced9ed5fb0af73542728293381dffaf2d /theme
parent4b542ccc1c0d99e35c0a7002ae9be6285933f036 (diff)
Removed height:100% for better background image repetition
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css2
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;