From 8e50a6076556f0b596c9a778250f5c96ff44e09a Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 6 Jun 2006 10:32:32 +0200 Subject: msg styles, minor update add overflow:hidden to the three msg styles. This will allow them to display neatly adjacent to floated content. At present the background colour will continue under the float (e.g. TOC). darcs-hash:20060606083232-9b6ab-6c880aa64ed60dc40326a479a2892920a035f76a.gz --- lib/styles/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/styles') diff --git a/lib/styles/style.css b/lib/styles/style.css index 16530a1aa..88a133194 100644 --- a/lib/styles/style.css +++ b/lib/styles/style.css @@ -18,6 +18,7 @@ div.error{ font-size: 90%; margin: 0px; padding-left: 3em; + overflow: hidden; } div.info{ @@ -27,6 +28,7 @@ div.info{ font-size: 90%; margin: 0; padding-left: 3em; + overflow: hidden; } div.success{ @@ -36,6 +38,7 @@ div.success{ font-size: 90%; margin: 0; padding-left: 3em; + overflow: hidden; } /* image alignment */ -- cgit v1.2.3