diff options
author | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-01 19:06:08 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-01 19:06:08 +0000 |
commit | 804dc7cdb95b54dbd4c4fc362cf79c5ff47b14be (patch) | |
tree | 52eeba258326dd6b21eb0662158e6fdf77247834 /theme/base/css/display.css | |
parent | b363233c2d57f079701c68276f87d0e4f7d0e9a7 (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/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 1 |
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; |