From a9caf7bad4b304110694ada24394ea26a41b8cc5 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 29 Apr 2004 18:26:32 +0000 Subject: [PATCH] content rule less specific to ease user styling --- stylesheets/monobook/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 47cdf2df3b..4192047bdf 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -17,7 +17,7 @@ margin: 0 0 0.6em -12.2em; padding:0; } -#column-content #content { +#content { margin: 2.8em 0 0 12.2em; padding: 0em 1em 1.5em 1em; background: White; @@ -564,7 +564,7 @@ td.diff-context { } input.searchButton { margin-top:1px; - padding: 0 0.4em!important; + padding: 0 0.4em !important; font-size: 95%; cursor: pointer; background-color: White; @@ -787,7 +787,7 @@ head:first-child+body #footer li { white-space: nowrap; } * html #bodyContent { overflow-x: auto; width: 100%; - padding-bottom: 14px; + padding-bottom: 25px; } * html #footer {margin-top: 0;} * html #column-content {margin-bottom: 0;} -- 2.20.1