diff options
author | Sarven Capadisli <csarven@status.net> | 2010-02-03 18:13:21 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-02-03 18:14:57 +0100 |
commit | 0a3b552d9f768dd0a3f2aaff6e005327838c6d5a (patch) | |
tree | 3bb3cb9bf0f17bbae5cd7899dc336befe1d638d8 /theme | |
parent | 03e8ba144eadab6e28a96482a1162c4109eca822 (diff) |
Added right margin for notice text. Helps Conversation notices look
better.
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 b5cfab7e9..8490fb580 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 { |