diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-03-11 12:55:03 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-03-11 12:55:03 +0100 |
commit | 2ce07a807ab533107a2b1b8b05c062aec0afae66 (patch) | |
tree | 05a46b32d32c52614892636f4a9b44e14f61ee7c /public | |
parent | 2e1e0373c4d678bd7300e8b9cdc12de83b1cefe5 (diff) |
toplist: handle empty list result (fix division by zero)
Diffstat (limited to 'public')
-rw-r--r-- | public/css/default.css | 6 |
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; |