diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-23 09:38:18 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-24 18:02:47 +0000 |
commit | 9694e3e4cfd0bc9bf4cf04e575afb31a1e941e16 (patch) | |
tree | 70cecb6a810e263c3523fd6b6cad3e4335f359c2 /theme | |
parent | 2fabf586c77ca64562f2f126cf7a734fc4459c54 (diff) |
Use a min-width just in case. Fixes IE.
(cherry picked from commit cf2b4c033c8025eea4aaeee0598665a55be151d6)
Diffstat (limited to 'theme')
-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 e584fae43..f1bc9c8ac 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -952,6 +952,7 @@ clear:left; float:left; font-size:0.95em; margin-left:59px; +min-width:60%; max-width:74%; } #showstream .notice div.entry-content, |