summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 5903e77c3..13c3b66aa 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -62,7 +62,10 @@ table.main td.toolbar {
table.main td.header {
font-size : 18pt;
- background : #f0f0f0;
+ background-color : #f0f0f0;
+ background-image : url("header.png");
+ background-position : top left;
+ background-repeat : repeat-x;
height : 50px;
padding-left : 80px;
padding-top : 30px;
@@ -127,3 +130,7 @@ ul {
padding : 0px;
border : 1px solid #f0f0f0;
}
+
+.invisible {
+ display : none;
+}