From 5291d0afb2290bb70c90e4880393d037328b0f7e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 22 Nov 2016 15:33:30 +0100 Subject: Style contacts list more nicely MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- entries/about.rst | 12 +++++++----- templates/layout.html | 3 ++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/entries/about.rst b/entries/about.rst index aba8950..a8bdbfd 100644 --- a/entries/about.rst +++ b/entries/about.rst @@ -6,8 +6,10 @@ It’s a bit barren around here right now as I’m in the process of redoing thi Contact ======= -* EMail: `^_^@kyriasis.com `_. -* Gale: If you for some reason use Gale, you can contact me at ``kyrias@kyriasis.com`` -* IRC: You can find me on various IRC networks, most commonly as ``demize``. -* Matrix: ``@kyrias:kyriasis.com`` -* Twitter: I don’t use twitter very much, but you can find me at `@kyriasis `_. +.. class:: contact-addresses + + * EMail: `hello@kyriasis.com `_. + * Gale: If you for some reason use Gale, you can contact me at ``kyrias@kyriasis.com`` + * IRC: You can find me on various IRC networks, most commonly as ``demize``. + * Matrix: ``@kyrias:kyriasis.com`` + * Twitter: I don’t use twitter very much, but you can find me at `@kyriasis `_. 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; } -- cgit v1.2.3-54-g00ecf