diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-22 15:33:30 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-22 15:33:30 +0100 |
commit | 5291d0afb2290bb70c90e4880393d037328b0f7e (patch) | |
tree | e582ebb9471039e27066de17753049a7bced88d3 /templates | |
parent | 960e81ad02e187595b3e5b7a4fa49e9150014c2f (diff) | |
download | kyblo-5291d0afb2290bb70c90e4880393d037328b0f7e.tar.xz |
Style contacts list more nicely
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index 026b654..4a64690 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -59,7 +59,8 @@ ul#archive-list { list-style-type: none; padding-left: 0; } -ul#tag-list { +ul#tag-list, +ul.contact-addresses { list-style-type: circle; padding-left: 2rem; } |