From bf8c5d788d6a900e7bda56642e97e9456191cd5c Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Mon, 16 Oct 2006 01:43:48 +0000 Subject: [PATCH] Adjust header line-height in Monobook to account for changes in r16988 --- skins/monobook/main.css | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) 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; -- 2.20.1