]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Group top post section and styles
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 2208529c034426dbff347044c66addf28833b7ab..3f34ee7b2827de6a6565de3292f93ae98f42681c 100644 (file)
@@ -716,7 +716,8 @@ float:left;
 width:644px;
 width:96.699%;
 width:100%;
-border-top:1px dashed #D1D9E4;
+border-top-width:1px;
+border-top-style:dashed;
 /*-moz-border-radius:7px;*/
 }
 .notices li {
@@ -840,6 +841,10 @@ display:inline;
 .notice div.entry-content .timestamp {
 margin-left:59px;
 }
+#showstream .notice div.entry-content .timestamp {
+margin-left:0;
+}
+
 
 .notice div.entry-content .timestamp dt,
 .notice div.entry-content .response dt {
@@ -1086,7 +1091,8 @@ padding-bottom:11px;
 
 }
 
-.section .notice:first {
+.section .notice:first-child {
+padding-top:0;
 border-top:0;
 }