From: clinton Date: Tue, 29 Jul 2008 17:24:18 +0000 (+0000) Subject: Alter spacing in contents
to make things nicer on konqueror X-Git-Url: http://git.hcoop.net/clinton/website/src/unknownlamer.org.git/commitdiff_plain/6a61b2332108a775aaddb581f0837b23a271c508 Alter spacing in contents
to make things nicer on konqueror --- diff --git a/default.css b/default.css index 0d43f1b..9dddab9 100644 --- a/default.css +++ b/default.css @@ -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;