summaryrefslogtreecommitdiff
path: root/theme/base
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@plantard.controlezvous.ca>2009-02-01 19:06:08 +0000
committerSarven Capadisli <csarven@plantard.controlezvous.ca>2009-02-01 19:06:08 +0000
commit804dc7cdb95b54dbd4c4fc362cf79c5ff47b14be (patch)
tree52eeba258326dd6b21eb0662158e6fdf77247834 /theme/base
parentb363233c2d57f079701c68276f87d0e4f7d0e9a7 (diff)
Ticket 1071 - Set overflow:auto for long non-breaking strings. This is
the most cross-browser safe method unless the string is broken into chunks at the time of output from backend.
Diffstat (limited to 'theme/base')
-rw-r--r--theme/base/css/display.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 460b551f2..809c1ba6f 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -790,6 +790,7 @@ text-decoration:underline;
.notice .entry-title {
float:left;
width:100%;
+overflow:auto;
}
#shownotice .notice .entry-title {
font-size:2.2em;