diff options
-rwxr-xr-x | contact.html | 6 | ||||
-rw-r--r-- | main.css | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/contact.html b/contact.html index ab8ebf8..b62c251 100755 --- a/contact.html +++ b/contact.html @@ -3,7 +3,7 @@ <table class="contact"> <tr> <th scope="row"> - E-mail + E-mail: </th> <td> You can reach me at @@ -14,7 +14,7 @@ </tr> <tr> <th scope="row"> - IRC + IRC: </th> <td> I use <a href="http://freenode.net/">the Freenode IRC @@ -26,7 +26,7 @@ </tr> <tr> <th scope="row"> - XMPP/Jabber + XMPP/Jabber: </th> <td> I have an XMPP ID, but I rarely have my XMPP client @@ -114,4 +114,7 @@ div.body img.photo { /* Contact */ table.contact th { font-weight: normal; + padding-right: 8px; + text-align: left; + vertical-align: top; } |