From f53f03e931a5ce28d6a6da9ed6c52a2d8ad851e7 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 12 May 2004 18:46:21 +0000 Subject: [PATCH] disabled blockquote rule --- stylesheets/monobook/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 969c19a993..dcf5df081e 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -183,10 +183,11 @@ q { font-family: Times, "Times New Roman", serif; font-style: italic; } +/* disabled for now blockquote { font-family: Times, "Times New Roman", serif; font-style: italic; -} +}*/ code { background-color: #f9f9f9; } pre { padding: 1em; @@ -774,18 +775,17 @@ head:first-child+body #footer li { white-space: nowrap; } *>html #f-copyrightico { width: 88px; } /* more IE fixes */ -/* fixes for broken IE float handling */ -* html #column-content { display: inline; } - /* float/negative margin brokenness */ -/* more float brokenness */ * html #bodyContent { overflow-x: auto; width: 100%; padding-bottom: 25px; } * html #footer {margin-top: 0;} -* html #column-content {margin-bottom: 0;} +* html #column-content { + display: inline; + margin-bottom: 0; +} * html div.editsection { font-size: smaller; } /* debugging tool.. */ -- 2.20.1