Alter spacing in contents <dl> to make things nicer on konqueror
authorclinton <clinton@unknownlamer.org>
Tue, 29 Jul 2008 17:24:18 +0000 (17:24 +0000)
committerclinton <clinton@unknownlamer.org>
Tue, 29 Jul 2008 17:24:18 +0000 (17:24 +0000)
default.css

index 0d43f1b..9dddab9 100644 (file)
@@ -97,6 +97,14 @@ div.contents:before
   font-variant: small-caps;
 }
 
+/* control spacing of contents in konqueror */
+div.contents dl
+{ 
+  margin-top: 0.2em;
+  margin-bottom: 0.2em;
+}
+
+/* Images */
 table.image, p.image
 { 
   border: 2px solid #222222;