From: Marcus Moeller Date: Fri, 5 Jun 2015 14:54:55 +0000 (+0200) Subject: use none instead of unset X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=abfa0528611018ab3e4b377f6ae9f6f40e07e29b;p=quix0rs-gnu-social.git use none instead of unset --- diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index 0294f258cf..8af4a32cb3 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -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; }