diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-04 18:18:25 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-04 18:18:25 +0000 |
commit | b43bdda312fb10501597251f406e58b5b907d480 (patch) | |
tree | d27e1cdd8506abf561817f701c4417416449376d /theme/base/css | |
parent | b8e10428d3f5e86cab97e226947f077ba98f907e (diff) |
Removing extra margin after .section .notice .author.
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 638b09520..60eaa8f22 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1078,6 +1078,10 @@ border-top:0; .section .notice:first-child { padding-top:0; } + +.section .notice .author { +margin-right:0; +} .section .notice .author .fn { display:none; } |