]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
A little style for oldschool conversation layout.
authorSamantha Doherty <sammy@status.net>
Mon, 26 Sep 2011 12:27:04 +0000 (08:27 -0400)
committerSamantha Doherty <sammy@status.net>
Mon, 26 Sep 2011 12:27:04 +0000 (08:27 -0400)
theme/base/css/display.css

index df388e24fe1ff27952e8898da6fac3583575cdb6..50787fba69ca813d6fbd0944e8de523385f20a53 100644 (file)
@@ -1000,7 +1000,19 @@ content: ":";
     display: none;
 }
 
+/* old school conversation style */
 
+#conversation .notices .notices {
+    float: left;
+    background-color:rgba(200, 200, 200, 0.050);
+    margin-left: 15px;
+    width: auto;
+}
+
+#conversation .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices  {
+    background: none;
+    margin-left: 0px;
+}
 
 /* aside primary specific styles */