diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-04 17:09:54 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-04 17:09:54 -0400 |
commit | 885044dce55582d557b8dd0a1d855a767bc6dcec (patch) | |
tree | 1b2a95845b64befc6cbaffe53516ccf96f0e711d /theme/stoica | |
parent | e3e047b24ad021c3b3af25f97eea343893ecc1e3 (diff) |
spaces on avatars
darcs-hash:20080704210954-84dde-3311555b173f7428939e66c4e2b7d1e994c05693.gz
Diffstat (limited to 'theme/stoica')
-rw-r--r-- | theme/stoica/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 6dc893529..b499191ad 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -361,7 +361,7 @@ ul.subscriptions li, ul.subscribers li { } .avatar { float: left; - margin: 0 10px 0 0; + margin: 5px 5px 0 0; } p.time { |