]> git.wh0rd.org - tt-rss.git/commitdiff
css: tweak postHeader background
authorAndrew Dolgov <fox@fakecake.org>
Tue, 16 Nov 2010 20:08:22 +0000 (23:08 +0300)
committerAndrew Dolgov <fox@fakecake.org>
Tue, 16 Nov 2010 20:08:22 +0000 (23:08 +0300)
tt-rss.css

index 19eac0df5f44b12d305a9e18d24ac25acd9b2b33..a9897b80a3c7deba260888027061d60c8158f799 100644 (file)
@@ -41,7 +41,10 @@ div.postReply div.postHeader {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #88b0f0;
-       background-color : #ecf4ff;
+       background-color : white;
+       background : url("images/toolbar.png");
+       background-position : bottom left;
+       background-repeat : repeat-x;
        padding : 5px;
        color : #909090;
 }
@@ -1542,3 +1545,5 @@ div#pref-tabs .dijitContentPane h3 {
        font-size : 11px;
        font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
 } */
+
+