From 6a61b2332108a775aaddb581f0837b23a271c508 Mon Sep 17 00:00:00 2001 From: clinton Date: Tue, 29 Jul 2008 17:24:18 +0000 Subject: [PATCH] Alter spacing in contents
to make things nicer on konqueror --- default.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- 2.20.1