summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-01 07:26:05 +0100
committerAndrew Dolgov <[email protected]>2006-12-01 07:26:05 +0100
commita3656a415f2e557014eef45a395ad19e10771ff5 (patch)
tree4e98a66596d2aea71a5eda6c980cdb7853c9c021 /tt-rss.css
parentd96d11f4ff0f796cd1dc948bab69241d07326f56 (diff)
tweak feed errors notification
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 3459ac386..fa99ebfe0 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1307,3 +1307,9 @@ div.return a:hover {
bottom : 2px;
right : 2px;
}
+
+a.feedUpdErrLink {
+ color : #ff0000;
+ display : block;
+ margin-bottom : 0.5em;
+}