diff options
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; |