summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit3aa76c7654758a3ad6cb9969ffebb2ba004ab285 (patch)
tree25b895db2dc3c1adc3c289c085b83368120948a4
parent8243ec39f5a98dfa913ffc2e292a7fe1b21f62d4 (diff)
downloadwww-3aa76c7654758a3ad6cb9969ffebb2ba004ab285.zip
www-3aa76c7654758a3ad6cb9969ffebb2ba004ab285.tar.gz
www-3aa76c7654758a3ad6cb9969ffebb2ba004ab285.tar.bz2
Edit contact table style.
-rwxr-xr-xcontact.html6
-rw-r--r--main.css3
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
diff --git a/main.css b/main.css
index b3ca5de..4f4f157 100644
--- a/main.css
+++ b/main.css
@@ -114,4 +114,7 @@ div.body img.photo {
/* Contact */
table.contact th {
font-weight: normal;
+ padding-right: 8px;
+ text-align: left;
+ vertical-align: top;
}