diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-04 15:40:36 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-04 15:40:36 -0500 |
commit | a97f8f6a43b27b3392ef9b03be58e37d743f394d (patch) | |
tree | e4ac4bb75b4218de840994f459ec11644820acc8 /theme/base/css/display.css | |
parent | 2bd52059dbcc2ece561daba73963c66d410ad89e (diff) | |
parent | df41b1307f9a2690115e246e584d6a398d4f9730 (diff) |
merge from dev/0.7.x
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index e2a2a965c..60eaa8f22 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -24,6 +24,7 @@ position:relative; h1,h2,h3,h4,h5,h6 { text-transform:uppercase; margin-bottom:7px; +overflow:hidden; } h1 { font-size:1.4em; @@ -508,6 +509,7 @@ min-height:123px; float:left; margin-bottom:18px; margin-left:0; +overflow:hidden; } .entity_profile dt, #entity_statistics dt { @@ -767,6 +769,10 @@ padding-left:28px; margin-right:11px; } +.fn { +overflow:hidden; +} + .notice .author .fn { font-weight:bold; } @@ -791,7 +797,7 @@ text-decoration:underline; .notice .entry-title { float:left; width:100%; -overflow:auto; +overflow:hidden; } #shownotice .notice .entry-title { font-size:2.2em; @@ -1072,6 +1078,10 @@ border-top:0; .section .notice:first-child { padding-top:0; } + +.section .notice .author { +margin-right:0; +} .section .notice .author .fn { display:none; } |