From: Sarven Capadisli Date: Wed, 4 Feb 2009 18:18:25 +0000 (+0000) Subject: Removing extra margin after .section .notice .author. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b43bdda312fb10501597251f406e58b5b907d480;p=quix0rs-gnu-social.git Removing extra margin after .section .notice .author. --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 638b095207..60eaa8f22f 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; }