]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix margins of div.prefGenericAddBox
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 23 Nov 2005 09:48:23 +0000 (10:48 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 23 Nov 2005 09:48:23 +0000 (10:48 +0100)
tt-rss.css

index 43851439e63e95e4f3b42412757fb22d2e871327..88dde2efb55c3562b6e71390d63fc0cfdcab213b 100644 (file)
@@ -631,3 +631,7 @@ div.small, p.small {
 span.insensitive {
        color : gray;
 }
+
+div.prefGenericAddBox {
+       margin : 5px;
+}