From: Aryeh Gregor Date: Mon, 16 Oct 2006 01:43:48 +0000 (+0000) Subject: Adjust header line-height in Monobook to account for changes in r16988 X-Git-Tag: 1.31.0-rc.0~55475 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=bf8c5d788d6a900e7bda56642e97e9456191cd5c;p=lhc%2Fweb%2Fwiklou.git Adjust header line-height in Monobook to account for changes in r16988 --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index c88a4da729..cf301ada85 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -118,16 +118,31 @@ h1, h2, h3, h4, h5, h6 { padding-bottom: .17em; border-bottom: 1px solid #aaa; } -h1 { font-size: 188%; } -h2 { font-size: 150%; } +h1 { + font-size: 188%; + line-height: 0.8; +} +h2 { + font-size: 150%; + line-height: 1; +} h3, h4, h5, h6 { border-bottom: none; font-weight: bold; } -h3 { font-size: 132%; } -h4 { font-size: 116%; } +h3 { + font-size: 132%; + line-height: 1.14; +} +h4 { + font-size: 116%; + line-height: 1.30; +} h5 { font-size: 100%; } -h6 { font-size: 80%; } +h6 { + font-size: 80%; + line-height: 1.89; +} div.editsection { float: right;