]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Spacing between .u-photo and .p-name in notices
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 16 Jan 2015 15:36:53 +0000 (16:36 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 16 Jan 2015 15:36:53 +0000 (16:36 +0100)
theme/base/css/display.css

index 5453312947ce1da165a59dff1d6738964162b5b4..d2331ecebaa443fb8fce75f864f2ee17459667ee 100644 (file)
@@ -665,6 +665,7 @@ address .poweredby {
 
 #core .h-card .u-photo {
     float: left;
+    margin-right: 8px;
 }
 
 .h-card .u-url, .h-card.u-url {
@@ -707,7 +708,7 @@ font-style:italic;
 }
 
 .notice .e-content {
-    margin-left: 55px;
+    margin-left: 56px;
 }
 
 .notice-options {