From: Sarven Capadisli Date: Thu, 18 Jun 2009 01:28:02 +0000 (+0000) Subject: Removed height:100% for better background image repetition X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d8b0fcbc50248e493dfda288fe538ea58ef66acf;p=quix0rs-gnu-social.git Removed height:100% for better background image repetition --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 2153ce9a01..99f2d9ece7 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;