diff options
-rw-r--r-- | main.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -110,3 +110,13 @@ div.body img.photo { width: 240px; height: 240px; } + +/* Contact */ +dl dt { + clear: left; + float: left; + margin: 8px; +} +dl dd { + margin: 8px; +} |