diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-11-12 12:38:22 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-11-12 12:38:22 +0100 |
commit | c00aef76210cc7e657a9e8a02cdacdf305c76af3 (patch) | |
tree | cc292e48c508213d6f38d0f3409fc12db9a12544 /lib/styles | |
parent | 9d2ddea4dd0070b4ea2963387d5cd361de0afc97 (diff) | |
download | rpg-c00aef76210cc7e657a9e8a02cdacdf305c76af3.tar.gz rpg-c00aef76210cc7e657a9e8a02cdacdf305c76af3.tar.bz2 |
fix for comment stripping in CSS compression
darcs-hash:20051112113822-7ad00-507d694e91f85274266df71b7912690c65bc2b5e.gz
Diffstat (limited to 'lib/styles')
-rw-r--r-- | lib/styles/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/styles/style.css b/lib/styles/style.css index 4a223be4d..f86b47df0 100644 --- a/lib/styles/style.css +++ b/lib/styles/style.css @@ -3,7 +3,7 @@ * regardless of the used template. Templates can override them of course */ -div.clearer {clear: both; line-height: 0; height: 0;} +div.clearer {clear: both; line-height: 0; height: 0; overflow:hidden;} div.error{ background: #fcc url(../images/error.png) 0.5em 0px no-repeat; |