diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-05-15 23:17:57 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-05-15 23:17:57 +0000 |
commit | 811cef10083f8b7824b2fd8140f940bf13b54c8d (patch) | |
tree | 3d403c3c7e08a79a3a87c5bafacfb3f08fcd4211 /theme/cloudy/css/display.css | |
parent | 3f44f94c3c3f0c3d46f5025854431f0d2825bb6c (diff) | |
parent | 6c4e26fe61a3c1cada4775a42a929eb884150b2d (diff) |
Merge branch '0.8.x' into fbconnect
Diffstat (limited to 'theme/cloudy/css/display.css')
-rw-r--r-- | theme/cloudy/css/display.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/cloudy/css/display.css b/theme/cloudy/css/display.css index b87722eec..e97889685 100644 --- a/theme/cloudy/css/display.css +++ b/theme/cloudy/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: 100%; background-color:#fff; height:100%; } +html { font-size: 100%; background-color:#fff; } body { background-color:#fff; color:#000; @@ -126,7 +126,7 @@ margin-left:0; .form_settings label { margin-top:2px; -width:145px; +width:143px; } .form_actions label { |