From 50ea1ea3506cc48afc19d401fe0a03bf61f4d441 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 6 May 2004 15:40:47 +0000 Subject: [PATCH] slightly larger indent for dd's --- stylesheets/monobook/main.css | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index d44b4f0d74..a3c1fe2894 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -127,7 +127,7 @@ dt { font-weight: bold; } dd { line-height: 1.5em; margin-bottom: 0.8em; - margin-left: 1.6em; + margin-left: 2em; } fieldset { @@ -398,24 +398,12 @@ div.townBox dl dd { /* ** Diff rendering */ -table.diff { - background:white; -} -td.diff-otitle { - background:#ffffff; -} -td.diff-ntitle { - background:#ffffff; -} -td.diff-addedline { - background:#ccffcc; -} -td.diff-deletedline { - background:#ffffaa; -} -td.diff-context { - background:#eeeeee; -} +table.diff { background:white; } +td.diff-otitle { background:#ffffff; } +td.diff-ntitle { background:#ffffff; } +td.diff-addedline { background:#ccffcc; } +td.diff-deletedline { background:#ffffaa; } +td.diff-context { background:#eeeeee; } /* ** keep the whitespace in front of the ^=, hides rule from konqueror -- 2.20.1