From c00aef76210cc7e657a9e8a02cdacdf305c76af3 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 12 Nov 2005 12:38:22 +0100 Subject: fix for comment stripping in CSS compression darcs-hash:20051112113822-7ad00-507d694e91f85274266df71b7912690c65bc2b5e.gz --- lib/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/styles') 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; -- cgit v1.2.3