From: Gabriel Wicke Date: Wed, 12 May 2004 18:46:21 +0000 (+0000) Subject: disabled blockquote rule X-Git-Tag: 1.3.0beta1~83 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=f53f03e931a5ce28d6a6da9ed6c52a2d8ad851e7;p=lhc%2Fweb%2Fwiklou.git disabled blockquote rule --- 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.. */