diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-03-11 12:34:32 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-03-11 12:34:32 +0100 |
commit | 2e1e0373c4d678bd7300e8b9cdc12de83b1cefe5 (patch) | |
tree | 8dca32e41dcbbeea38c9dfdf3cf3ad65c4d5f402 /public | |
parent | 53ea7ad778c56295e7900ae5ac8a99557f2d5ea1 (diff) |
minimal CSS
Diffstat (limited to 'public')
-rw-r--r-- | public/css/default.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/css/default.css b/public/css/default.css index 6873791..77964cd 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -2,6 +2,13 @@ body { font-family: sans-serif; } +div.intro, +div.usage, +div.stationlist, +div.globalstats { + margin-bottom: 1em; +} + div.about { position: absolute; top: 0.5em; |