diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-05-05 19:32:16 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-05-05 19:32:16 +0000 |
commit | b8c700a7454db825b3867eadfa22afa1e5eb4f6c (patch) | |
tree | 7daf6bb432fb65543bb32b1b2f0eec9deb191ef4 | |
parent | 7f417cfee023b372a281f5e45a7593c09e279233 (diff) | |
parent | 51377258a1660fee02a3f92436dc40ee40f2a88d (diff) |
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x
-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, |