summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/main.css b/main.css
index c25f416..040ddb1 100644
--- a/main.css
+++ b/main.css
@@ -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;
+}