From 8243ec39f5a98dfa913ffc2e292a7fe1b21f62d4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 02 Nov 2011 16:24:19 -0400 Subject: Use a table instead of a dl for contact info. --- diff --git a/contact.html b/contact.html index e4bd6e4..ab8ebf8 100755 --- a/contact.html +++ b/contact.html @@ -1,35 +1,41 @@

Contact Information

-
-
- E-mail -
-
- You can reach me at - <mailto:pjm@nac.net>. - I try to respond to messages within a few days, depending on - my schedule and priorities. -
-
- IRC -
-
- I use the Freenode IRC - network, where my nickname is "pehjota". If you need to, - you can query me there. I leave my client connected all the - time, and I'm often away from my workstation, so I might not - reply for at least a few hours. -
-
- XMPP/Jabber -
-
- I have an XMPP ID, but I rarely have my XMPP client running - as few people contact me this way. If you'd like to talk to - me over XMPP, you should first let me know via some other - communication medium. -
-
+ + + + + + + + + + + + + +
+ E-mail + + You can reach me at + <mailto:pjm@nac.net>. + I try to respond to messages within a few days, + depending on my schedule and priorities. +
+ IRC + + I use the Freenode IRC + network, where my nickname is "pehjota". If you need + to, you can query me there. I leave my client connected + all the time, and I'm often away from my workstation, so + I might not reply for at least a few hours. +
+ XMPP/Jabber + + I have an XMPP ID, but I rarely have my XMPP client + running as few people contact me this way. If you'd like + to talk to me over XMPP, you should first let me know + via some other communication medium. +

Note that I only use standardized protocols for communication. I only use client software that respects my freedom as a computer diff --git a/main.css b/main.css index 040ddb1..b3ca5de 100644 --- a/main.css +++ b/main.css @@ -112,11 +112,6 @@ div.body img.photo { } /* Contact */ -dl dt { - clear: left; - float: left; - margin: 8px; -} -dl dd { - margin: 8px; +table.contact th { + font-weight: normal; } -- cgit v0.9.1