summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-11-22 15:33:30 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-11-22 15:33:30 +0100
commit5291d0afb2290bb70c90e4880393d037328b0f7e (patch)
treee582ebb9471039e27066de17753049a7bced88d3 /templates
parent960e81ad02e187595b3e5b7a4fa49e9150014c2f (diff)
downloadkyblo-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.html3
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;
}