summaryrefslogtreecommitdiff
path: root/public/css/default.css
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-03-11 12:55:03 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-03-11 12:55:03 +0100
commit2ce07a807ab533107a2b1b8b05c062aec0afae66 (patch)
tree05a46b32d32c52614892636f4a9b44e14f61ee7c /public/css/default.css
parent2e1e0373c4d678bd7300e8b9cdc12de83b1cefe5 (diff)
toplist: handle empty list result (fix division by zero)
Diffstat (limited to 'public/css/default.css')
-rw-r--r--public/css/default.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/css/default.css b/public/css/default.css
index 77964cd..cdbcf82 100644
--- a/public/css/default.css
+++ b/public/css/default.css
@@ -9,6 +9,12 @@ div.globalstats {
margin-bottom: 1em;
}
+div.error {
+ color: orangered;
+ font-weight: bold;
+ margin: 2em;
+}
+
div.about {
position: absolute;
top: 0.5em;