]> git.wh0rd.org - tt-rss.git/commitdiff
css: add border to headline subtoolbar
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 05:38:13 +0000 (06:38 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 05:38:13 +0000 (06:38 +0100)
tt-rss.css

index d7dff96e03271def33022364235070ca656901ee..1de11117f0b39c5ab4f244001c26d93a40a8dd59 100644 (file)
@@ -612,6 +612,12 @@ td.selectPrompt {
        color : gray;
 }
 
+table.headlinesSubToolbar {
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #f0f0f0;
+}
+
 table.headlinesSubToolbar td.headlineActions {
        font-size : x-small;
        color : gray;