From: Mikael Nordfeldth <mmn@hethane.se>
Date: Thu, 8 Jan 2015 19:38:11 +0000 (+0100)
Subject: styling fixes to primary aside section
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ed1ef081bb9ffcf646e208787aa90250a5f3b41;p=quix0rs-gnu-social.git

styling fixes to primary aside section
---

diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 4be2d61e28..3c63e928dc 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -983,30 +983,6 @@ content: ":";
 clear:both;
 }
 
-.notice p.e-content {
-    clear: none;
-    display: block;
-}
-
-.section .h-card .u-photo {
-margin-right:7px;
-margin-bottom:0;
-}
-
-.section .notice {
-padding-top:7px;
-padding-bottom:7px;
-border-top:0;
-}
-
-.section .notice:first-child {
-padding-top:0;
-}
-
-.section .notice .author {
-margin-right:0;
-}
-
 .notice-title {
     display:none;
 }
@@ -1019,12 +995,13 @@ margin-right:0;
     width: 100%;
 }
 
-#aside_primary .notices li {
-    margin-bottom: 8px;
+#aside_primary .notice .h-card .u-photo {
+    height: 24px;
+    width: 24px;
+    margin-right: 8px;
 }
-
-#aside_primary .notice {
-    min-height: 24px;
+#aside_primary .notice .e-content {
+    margin-left: 32px;
 }
 
 #export_data li {