From fff2c7ab1cb0dc52993da5a08e2c5c0f9db5d3c5 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 11 Jun 2004 23:44:54 +0000 Subject: [PATCH] more dl/p margin tweaking, clear:both on catlinks --- stylesheets/monobook/main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index f8eff97560..300e8f5f79 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -78,7 +78,7 @@ img { vertical-align: middle; } p { - margin: 0.4em 0em 0.7em 0em; + margin: 0.4em 0em 0.5em 0em; line-height: 1.5em; } @@ -131,7 +131,8 @@ dt { margin-bottom: 0.1em; } dl{ - margin-bottom: 0.3em; + margin-top: 0.1em; + margin-bottom: 0.5em; } dd { line-height: 1.5em; @@ -256,6 +257,7 @@ span.subpages { display: block; } background-color:#f9f9f9; padding:5px; margin-top: 1em; + clear: both; } /* currently unused, intended to be used by a metadata box in the bottom-right corner of the content area */ -- 2.20.1