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 @@
119
119
padding-bottom: .17em;
120
120
border-bottom: 1px solid #aaa;
121
121
}
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
+}
124
130
h3, h4, h5, h6 {
125
131
border-bottom: none;
126
132
font-weight: bold;
127
133
}
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
+}
130
142
h5 { font-size: 100%; }
131
-h6 { font-size: 80%; }
143
+h6 {
144
+ font-size: 80%;
145
+ line-height: 1.89;
146
+}
132
147
133
148
div.editsection {
134
149
float: right;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r16988
(
bug 2013
) Use numbers instead of em specifications for line-height so that t...
simetrical
07:06, 13 October 2006