]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Attachment list items have more sane margins around them
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 25 Feb 2015 23:12:34 +0000 (00:12 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 25 Feb 2015 23:12:34 +0000 (00:12 +0100)
theme/base/css/display.css

index 527a9a626f2aaff7f94b1e95427259f641eba69f..ed6a57e000b9ae165010f61a7c42321bcc4aed7d 100644 (file)
@@ -793,7 +793,7 @@ position:static;
 .notice.h-entry .attachments {
     clear: both;
     position: relative;
-    top: 1em;
+    margin-bottom: 1em;
 }
 
 .notice.h-entry .attachments .inline-attachment * {
@@ -1456,6 +1456,11 @@ margin-left:0;
     margin-left: 56px;
 }
 
+.notice > footer > h3 {
+    margin-bottom: 0;
+    margin-top: 1em;
+}
+
 .threaded-replies .notice > footer, .section .notice > footer {
     margin-left:33px;
 }