]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removing extra margin after .section .notice .author.
authorSarven Capadisli <csarven@controlyourself.ca>
Wed, 4 Feb 2009 18:18:25 +0000 (18:18 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Wed, 4 Feb 2009 18:18:25 +0000 (18:18 +0000)
theme/base/css/display.css

index 638b095207ff4e59ab0e5605659308909ca554ee..60eaa8f22ff51ccc7b83fca79cfe9cb6067f2355 100644 (file)
@@ -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;
 }