]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
use none instead of unset
authorMarcus Moeller <marcus.moeller@gmx.ch>
Fri, 5 Jun 2015 14:54:55 +0000 (16:54 +0200)
committerMarcus Moeller <marcus.moeller@gmx.ch>
Fri, 5 Jun 2015 14:54:55 +0000 (16:54 +0200)
theme/neo-quitter/css/display.css

index 0294f258cfaf3da74ca2146acdc6be636c2ad46c..8af4a32cb38cf8c49b17a1bfe73f20f78a5cb2fc 100644 (file)
@@ -684,11 +684,11 @@ ul.profile_list li {
 
 .threaded-replies {
     margin-top: 4px;
-    float: unset;
+    float: none;
 }
 
 #conversation .notices .notices {
-    float: unset;
+    float: none;
     margin-left: 55px;
 }