From: Aryeh Gregor Date: Tue, 11 Sep 2007 17:06:24 +0000 (+0000) Subject: Revert 25706 until problems are worked out. X-Git-Tag: 1.31.0-rc.0~51417 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=b153a95abff8c0649123d6c023df8a1eabf6df7d;p=lhc%2Fweb%2Fwiklou.git Revert 25706 until problems are worked out. --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 1e153f085c..3c089ded74 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -114,22 +114,28 @@ hr { h1, h2, h3, h4, h5, h6 { color: black; background: none; + font-weight: normal; margin: 0; padding-top: .5em; padding-bottom: .17em; - font-size: 100%; -} -h1, h2 { border-bottom: 1px solid #aaa; - font-weight: normal; } -h1 .mw-headline { font-size: 188%; } -h2 .mw-headline { font-size: 150%; } -h3 .mw-headline { font-size: 132%; } -h4 .mw-headline { font-size: 116%; } -h5 .mw-headline { font-size: 100%; } -h6 .mw-headline { font-size: 80%; } -.editsection { font-weight: normal; } +h1 { font-size: 188%; } +h1 .editsection { font-size: 53%; } +h2 { font-size: 150%; } +h2 .editsection { font-size: 67%; } +h3, h4, h5, h6 { + border-bottom: none; + font-weight: bold; +} +h3 { font-size: 132%; } +h3 .editsection { font-size: 76%; font-weight: normal; } +h4 { font-size: 116%; } +h4 .editsection { font-size: 86%; font-weight: normal; } +h5 { font-size: 100%; } +h5 .editsection { font-weight: normal; } +h6 { font-size: 80%; } +h6 .editsection { font-size: 125%; font-weight: normal; } ul { line-height: 1.5em; @@ -1578,4 +1584,4 @@ div#mw-recreate-deleted-warn ul li { text-align: center; vertical-align: middle; font-size: 90%; -} +} \ No newline at end of file