]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed height:100% for better background image repetition
authorSarven Capadisli <csarven@controlyourself.ca>
Thu, 18 Jun 2009 01:28:02 +0000 (01:28 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Thu, 18 Jun 2009 01:28:02 +0000 (01:28 +0000)
theme/base/css/display.css

index 2153ce9a01e03f00866899826c38778fb26230a7..99f2d9ece7dccc1a33c945cee5686e449a988731 100644 (file)
@@ -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;