diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-02 16:27:41 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-02 16:27:41 (EDT) |
commit | 3aa76c7654758a3ad6cb9969ffebb2ba004ab285 (patch) | |
tree | 25b895db2dc3c1adc3c289c085b83368120948a4 | |
parent | 8243ec39f5a98dfa913ffc2e292a7fe1b21f62d4 (diff) | |
download | www-3aa76c7654758a3ad6cb9969ffebb2ba004ab285.zip www-3aa76c7654758a3ad6cb9969ffebb2ba004ab285.tar.gz www-3aa76c7654758a3ad6cb9969ffebb2ba004ab285.tar.bz2 |
Edit contact table style.
-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; } |