diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-05-18 15:45:23 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-05-18 15:45:23 +0100 |
| commit | fa7bce14ca7542116873daa484dbd428dd9f3707 (patch) | |
| tree | 92e115a38198102d698d09896a61ae05aa4cafe6 | |
| parent | a44843ebed3c45f72038fc40358f11f0eef82119 (diff) | |
hide notify by default
| -rw-r--r-- | tt-rss.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css index 248c13cdd..9b4d3eac9 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -310,6 +310,7 @@ td.notifyBox { text-align : center; float : right; padding : 3px 20px 3px 20px; + display : none; } #dispSwitch { |