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. --- (limited to 'main.css') 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