diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-05-16 12:29:21 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-05-16 12:29:21 +0200 |
commit | 6b6594727903250f86c8e8b330cb13a3f44a6625 (patch) | |
tree | 078d0bfaeff4e9235aedc4421bc9a1847aefb3e1 /public/static/default.css | |
parent | df39c4af6ce209e58075b7e41cc1bf11b5c85c97 (diff) |
Böhhh! Crystal Design, alter!
Diffstat (limited to 'public/static/default.css')
-rw-r--r-- | public/static/default.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/public/static/default.css b/public/static/default.css index 7c98d30..7f439ec 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -422,11 +422,22 @@ div.candidatelist a { display: block; text-decoration: none; font-size: 1.4em; - padding: 0.6em; + padding-top: 0.3em; text-align: center; border-bottom: 2px solid #cccccc; } +div.candidatelist a .distance:after { + content: " km"; +} + +div.candidatelist a .distance { + font-size: 0.6em; + color: #999999; + padding-top: 0.2em; + padding-bottom: 0.3em; +} + div.about { font-family: Sans-Serif; color: #666666; |