summaryrefslogtreecommitdiff
path: root/lib/styles
diff options
context:
space:
mode:
authorchris <chris@jalakai.co.uk>2006-06-06 10:32:32 +0200
committerchris <chris@jalakai.co.uk>2006-06-06 10:32:32 +0200
commit8e50a6076556f0b596c9a778250f5c96ff44e09a (patch)
tree9d8e0cccfcb400cee0d3c12dca4f49236c12c216 /lib/styles
parentebd3d9ce41d93a81c337b861cbf4d2c2887a37fa (diff)
downloadrpg-8e50a6076556f0b596c9a778250f5c96ff44e09a.tar.gz
rpg-8e50a6076556f0b596c9a778250f5c96ff44e09a.tar.bz2
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
Diffstat (limited to 'lib/styles')
-rw-r--r--lib/styles/style.css3
1 files changed, 3 insertions, 0 deletions
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 */