r17038 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r17037‎ | r17038 | r17039 >
Date:01:43, 16 October 2006
Author:simetrical
Status:old
Tags:
Comment:
Adjust header line-height in Monobook to account for changes in r16988
Modified paths:
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -118,16 +118,31 @@
119119 padding-bottom: .17em;
120120 border-bottom: 1px solid #aaa;
121121 }
122 -h1 { font-size: 188%; }
123 -h2 { font-size: 150%; }
 122+h1 {
 123+ font-size: 188%;
 124+ line-height: 0.8;
 125+}
 126+h2 {
 127+ font-size: 150%;
 128+ line-height: 1;
 129+}
124130 h3, h4, h5, h6 {
125131 border-bottom: none;
126132 font-weight: bold;
127133 }
128 -h3 { font-size: 132%; }
129 -h4 { font-size: 116%; }
 134+h3 {
 135+ font-size: 132%;
 136+ line-height: 1.14;
 137+}
 138+h4 {
 139+ font-size: 116%;
 140+ line-height: 1.30;
 141+}
130142 h5 { font-size: 100%; }
131 -h6 { font-size: 80%; }
 143+h6 {
 144+ font-size: 80%;
 145+ line-height: 1.89;
 146+}
132147
133148 div.editsection {
134149 float: right;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r16988(bug 2013) Use numbers instead of em specifications for line-height so that t...simetrical07:06, 13 October 2006