diff options
author | Sarven Capadisli <csarven@status.net> | 2010-02-03 18:13:21 +0100 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-05 03:18:45 +0000 |
commit | 586d8e8524236c2682287f6a3b45fb572b3e3181 (patch) | |
tree | 0f26ea1c277798e45ba1126ed6885794fd3419b5 | |
parent | 7931875bbbfb127c0fa2f49331c137f0c6f1824a (diff) |
Added right margin for notice text. Helps Conversation notices look
better.
-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 2240e42af..ed8853e57 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1024,6 +1024,7 @@ float:none; } #content .notice .entry-title { margin-left:59px; +margin-right:7px; } .vcard .url { |