diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-05-31 19:20:05 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-05-31 19:26:07 +0200 |
commit | 5b5950e51dfddd0a0141c8a475d0729f304d5b44 (patch) | |
tree | b91078293d2d3f471cee388aad46d337779614e2 /web/html/css/aurweb.css | |
parent | 86352459ab6a75866376bac5a3baa94f1a736909 (diff) | |
download | aurweb-5b5950e51dfddd0a0141c8a475d0729f304d5b44.tar.xz |
Add more details on the SSH public key field
Also, reorder the fields such that optional fields come last.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/css/aurweb.css')
-rw-r--r-- | web/html/css/aurweb.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index 79acce4..c86c1da 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -77,3 +77,7 @@ .comment-deleted { color: #999; } + +legend { + padding: 1em 0; +} |