diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 10:17:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 10:17:45 +0200 |
commit | 67b75b98f0b1902442a53d2d19cb5cd6d3ba0212 (patch) | |
tree | 786ee4861f9cec4ebe037b67b96cd4ddc2d2eebb /public/static | |
parent | 10c3edc093b13053f63ac764cf593245c72bf4b7 (diff) |
move about box into container1.07
Diffstat (limited to 'public/static')
-rw-r--r-- | public/static/default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/static/default.css b/public/static/default.css index aad8ee6..2534f9e 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -436,6 +436,7 @@ div.candidatelist a .distance { } div.about { + margin-top: 2em; font-family: Sans-Serif; color: #666666; } |