summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 08:59:46 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 08:59:46 +0100
commit295f9b422a7fdecc451f31ab16f585582d888222 (patch)
tree9c8f457b205a598acdb89f3aac8aae04b708f1c3 /tt-rss.css
parent1089b16bc2dccbfba226fbd7d98b7535203449d2 (diff)
perform backend sanity check on startup, update schema version in backend.php
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 0d6d223a4..271037a90 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -497,3 +497,9 @@ ul.nomarks {
padding : 10px;
}
+div.bigErrorMsg {
+ border : 1px solid #c0c0c0;
+ background : #fff0f0;
+ padding : 30px;
+ margin : 20px;
+}