diff options
-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 { |