summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-02-04 18:18:25 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-02-04 18:18:25 +0000
commitb43bdda312fb10501597251f406e58b5b907d480 (patch)
treed27e1cdd8506abf561817f701c4417416449376d /theme
parentb8e10428d3f5e86cab97e226947f077ba98f907e (diff)
Removing extra margin after .section .notice .author.
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css4
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;
}