summaryrefslogtreecommitdiffstats
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
parent960e81ad02e187595b3e5b7a4fa49e9150014c2f (diff)
downloadkyblo-5291d0afb2290bb70c90e4880393d037328b0f7e.tar.xz
Style contacts list more nicely
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--entries/about.rst12
-rw-r--r--templates/layout.html3
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 <mailto:^_^@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 <https://twitter.com/kyriasis>`_.
+.. class:: contact-addresses
+
+ * EMail: `hello@kyriasis.com <mailto: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 <https://twitter.com/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;
}