]> git.wh0rd.org Git - tt-rss.git/commitdiff
css tweaks, fix publ unset icon
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 9 Aug 2007 15:59:15 +0000 (16:59 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 9 Aug 2007 15:59:15 +0000 (16:59 +0100)
images/pub_unset.png
tt-rss.css

index d6db9c483a7148daaa94ee44a142878d861791d4..10faf2548a5336c1f1a1645346e3a4ed0a6194bf 100644 (file)
Binary files a/images/pub_unset.png and b/images/pub_unset.png differ
index ba27bb424545e337d9919ca9695bfb96d29b1c11..2f56d8d2b7a18fa6ff0d10c0a41e5251a2822584 100644 (file)
@@ -7,11 +7,12 @@ body {
 }
 
 blockquote {
-       margin : 5px;
+       margin : 5px 5px 5px 5px;
        border-width : 0px 0px 0px 4px;
-       border-color : #f0f0f0;
+       border-color : #e0e0e0;
        border-style : solid;
-       padding : 2px 0px 2px 5px;
+       padding : 5px;
+       background-color : #f0f0f0;
 }
 
 div.postReply {