diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-07-22 16:14:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-07-22 16:14:03 +0200 |
commit | b7356a003456a317ccdaa95dc476fe72e968d5f0 (patch) | |
tree | a389da84ddb23f077682c94976840c9e5fcdc478 | |
parent | 1b3f57d3a1db8422ab8b548a1d59fa8a38c0c236 (diff) |
geolocation: lighter borders1.06
-rw-r--r-- | public/static/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/static/default.css b/public/static/default.css index b364cec..8714d27 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -424,7 +424,7 @@ div.candidatelist a { font-size: 1.4em; padding-top: 0.3em; text-align: center; - border-bottom: 2px solid #cccccc; + border-bottom: 1px solid #999999; } div.candidatelist a .distance:after { |