diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-02 00:10:50 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-02 00:10:50 +0000 |
commit | 51377258a1660fee02a3f92436dc40ee40f2a88d (patch) | |
tree | 5c2f9d40163bef5eff82725686e30c89432782a0 /theme/base/css/display.css | |
parent | 1fde80cf73c3cf43e3613f7f57fe213df688a1ec (diff) |
Aligned shownotice page's entry-content to left. Fixing vcard photo
margin bottom value.
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index c242977a9..10fc63638 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -769,16 +769,14 @@ overflow:hidden; font-weight:bold; } -.notice .author .photo { -margin-bottom:0; -} - .vcard .photo { display:inline; margin-right:11px; -margin-bottom:11px; float:left; } +#shownotice .vcard .photo { +margin-bottom:4px; +} .vcard .url { text-decoration:none; } @@ -817,11 +815,9 @@ font-size:0.95em; margin-left:59px; width:65%; } -#showstream .notice div.entry-content { -margin-left:0; -} +#showstream .notice div.entry-content, #shownotice .notice div.entry-content { -margin-left:108px; +margin-left:0; } .notice .notice-options a, |