summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 16:01:18 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 16:01:18 +0100
commita1a8a2be02600413edd36374f239e936f8fbff3c (patch)
tree377112e3088f9b75f4b8e0e6818fcd9397e254a4 /tt-rss.css
parentd76a3b036c8863ae023686f08e36b11dc9e8ce2e (diff)
functionality updates
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;
+}