From 113f08bee044c1d3d4ba3143974a22ae58302fa5 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sun, 26 Mar 2006 20:39:17 +0000 Subject: [PATCH] REVERTed last patch since it broke MSIE 6.0 rendering --- skins/monobook/main.css | 52 +++++++---------------------------------- 1 file changed, 9 insertions(+), 43 deletions(-) diff --git a/skins/monobook/main.css b/skins/monobook/main.css index e656520921..70f8a9068e 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -127,29 +127,19 @@ h4 { font-size: 116%; } h5 { font-size: 100%; } h6 { font-size: 80%; } -ul, -*[dir=ltr] ul { +ul { line-height: 1.5em; list-style-type: square; margin: .3em 0 0 1.5em; padding: 0; list-style-image: url(bullet.gif); } -*[dir=rtl] ul { - margin-left: 0; - margin-right: 1.5em; -} -ol, -*[dir=ltr] ol { +ol { line-height: 1.5em; margin: .3em 0 0 3.2em; padding: 0; list-style-image: none; } -*[dir=rtl] ol { - margin-left: 0; - margin-right: 2.4em; -} li { margin-bottom: .1em; } @@ -161,17 +151,11 @@ dl { margin-top: .2em; margin-bottom: .5em; } -dd, -*[dir=ltr] dd { +dd { line-height: 1.5em; margin-left: 2em; - margin-right: 0; margin-bottom: .1em; } -*[dir=rtl] dd { - margin-left: 0; - margin-right: 1.6em; -} fieldset { border: 1px solid #2f6fab; @@ -402,10 +386,7 @@ table.small { } /* images */ -div.floatright, -*[dir=ltr] div.floatright, -table.floatright, -*[dir=ltr] table.floatright { +div.floatright, table.floatright { clear: right; float: right; position: relative; @@ -417,10 +398,7 @@ table.floatright, */ } div.floatright p { font-style: italic; } -div.floatleft, -*[dir=ltr] div.floatleft, -table.floatleft, -*[dir=ltr] table.floatleft { +div.floatleft, table.floatleft { float: left; position: relative; margin: 0 .5em .5em 0; @@ -466,28 +444,17 @@ div.magnify a, div.magnify img { border: none !important; background: none !important; } -div.tright, -*[dir=ltr] div.tright { +div.tright { clear: right; float: right; border-width: .5em 0 .8em 1.4em; } -*[dir=rtl] div.tright, -*[dir=rtl] div.floatright, -*[dir=rtl] table.floatright { - clear:none; -} -div.tleft, -*[dir=ltr] div.tleft { +div.tleft { float: left; margin-right: .5em; border-width: .5em 1.4em .8em 0; } -*[dir=rtl] div.tleft, -*[dir=rtl] div.floatleft, -*[dir=rtl] table.floatleft { - clear: left; -} + .hiddenStructure { display: none; speak: none; @@ -643,8 +610,7 @@ span.diffchange { } /* this can be used in the content area to switch off special external link styling */ -#bodyContent .plainlinks a, -#bodyContent *[dir="rtl"] a { +#bodyContent .plainlinks a { background: none !important; padding: 0 !important; } -- 2.20.1