Index: trunk/phase3/skins/chick/main.css |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | } |
30 | 30 | p { |
31 | 31 | margin: 0.4em 0em 0.5em 0em; |
32 | | - line-height: 1.5em; |
| 32 | + line-height: 1.5; |
33 | 33 | } |
34 | 34 | |
35 | 35 | p img { margin: 0; } |
— | — | @@ -66,12 +66,12 @@ |
67 | 67 | } |
68 | 68 | |
69 | 69 | ul { |
70 | | - line-height: 1.5em; |
| 70 | + line-height: 1.5; |
71 | 71 | margin: 0.3em 0 0 1.5em; |
72 | 72 | padding:0; |
73 | 73 | } |
74 | 74 | ol { |
75 | | - line-height: 1.5em; |
| 75 | + line-height: 1.5; |
76 | 76 | margin: 0.3em 0 0 3.2em; |
77 | 77 | padding:0; |
78 | 78 | list-style-image: none; |
— | — | @@ -86,7 +86,7 @@ |
87 | 87 | margin-bottom: 0.5em; |
88 | 88 | } |
89 | 89 | dd { |
90 | | - line-height: 1.5em; |
| 90 | + line-height: 1.5; |
91 | 91 | margin-left: 2em; |
92 | 92 | margin-bottom: 0.1em; |
93 | 93 | } |
— | — | @@ -95,7 +95,7 @@ |
96 | 96 | border: 1px solid #2f6fab; |
97 | 97 | margin: 1em 0em 1em 0em; |
98 | 98 | padding: 0em 1em 1em 1em; |
99 | | - line-height: 1.5em; |
| 99 | + line-height: 1.5; |
100 | 100 | } |
101 | 101 | legend { |
102 | 102 | background: White; |
— | — | @@ -156,7 +156,7 @@ |
157 | 157 | border: 1px dashed #2f6fab; |
158 | 158 | color: Black; |
159 | 159 | background-color: #f9f9f9; |
160 | | - line-height: 1.1em; |
| 160 | + line-height: 1.1; |
161 | 161 | } |
162 | 162 | |
163 | 163 | /* |
— | — | @@ -211,7 +211,7 @@ |
212 | 212 | font-weight: bold; |
213 | 213 | display: block; |
214 | 214 | margin: 1em 0em; |
215 | | - line-height: 1.5em; |
| 215 | + line-height: 1.5; |
216 | 216 | } |
217 | 217 | .documentByLine { |
218 | 218 | text-align: right; |
— | — | @@ -290,7 +290,7 @@ |
291 | 291 | div.thumb div div.thumbcaption { |
292 | 292 | border: none; |
293 | 293 | text-align: left; |
294 | | - line-height: 1.4em; |
| 294 | + line-height: 1.4; |
295 | 295 | padding: 0.3em 0 0.1em 0; |
296 | 296 | } |
297 | 297 | div.magnify { |
— | — | @@ -371,7 +371,7 @@ |
372 | 372 | ** edit views etc |
373 | 373 | */ |
374 | 374 | .special li { |
375 | | - line-height: 1.4em; |
| 375 | + line-height: 1.4; |
376 | 376 | margin: 0; |
377 | 377 | padding: 0; |
378 | 378 | } |
Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | color: black; |
24 | 24 | border: 1px solid #aaa; |
25 | 25 | border-right: none; |
26 | | - line-height: 1.5em; |
| 26 | + line-height: 1.5; |
27 | 27 | position: relative; |
28 | 28 | z-index: 2; |
29 | 29 | } |
— | — | @@ -95,7 +95,7 @@ |
96 | 96 | } |
97 | 97 | p { |
98 | 98 | margin: .4em 0 .5em 0; |
99 | | - line-height: 1.5em; |
| 99 | + line-height: 1.5; |
100 | 100 | } |
101 | 101 | p img { |
102 | 102 | margin: 0; |
— | — | @@ -135,14 +135,14 @@ |
136 | 136 | } |
137 | 137 | |
138 | 138 | ul { |
139 | | - line-height: 1.5em; |
| 139 | + line-height: 1.5; |
140 | 140 | list-style-type: square; |
141 | 141 | margin: .3em 0 0 1.5em; |
142 | 142 | padding: 0; |
143 | 143 | list-style-image: url(bullet.gif); |
144 | 144 | } |
145 | 145 | ol { |
146 | | - line-height: 1.5em; |
| 146 | + line-height: 1.5; |
147 | 147 | margin: .3em 0 0 3.2em; |
148 | 148 | padding: 0; |
149 | 149 | list-style-image: none; |
— | — | @@ -159,7 +159,7 @@ |
160 | 160 | margin-bottom: .5em; |
161 | 161 | } |
162 | 162 | dd { |
163 | | - line-height: 1.5em; |
| 163 | + line-height: 1.5; |
164 | 164 | margin-left: 2em; |
165 | 165 | margin-bottom: .1em; |
166 | 166 | } |
— | — | @@ -168,7 +168,7 @@ |
169 | 169 | border: 1px solid #2f6fab; |
170 | 170 | margin: 1em 0 1em 0; |
171 | 171 | padding: 0 1em 1em; |
172 | | - line-height: 1.5em; |
| 172 | + line-height: 1.5; |
173 | 173 | } |
174 | 174 | legend { |
175 | 175 | padding: .5em; |
— | — | @@ -217,7 +217,7 @@ |
218 | 218 | border: 1px dashed #2f6fab; |
219 | 219 | color: black; |
220 | 220 | background-color: #f9f9f9; |
221 | | - line-height: 1.1em; |
| 221 | + line-height: 1.1; |
222 | 222 | } |
223 | 223 | |
224 | 224 | /* |
— | — | @@ -234,7 +234,7 @@ |
235 | 235 | |
236 | 236 | #contentSub, #contentSub2 { |
237 | 237 | font-size: 84%; |
238 | | - line-height: 1.2em; |
| 238 | + line-height: 1.2; |
239 | 239 | margin: 0 0 1.4em 1em; |
240 | 240 | color: #7d7d7d; |
241 | 241 | width: auto; |
— | — | @@ -315,7 +315,7 @@ |
316 | 316 | font-weight: bold; |
317 | 317 | display: block; |
318 | 318 | margin: 1em 0; |
319 | | - line-height: 1.5em; |
| 319 | + line-height: 1.5; |
320 | 320 | } |
321 | 321 | .documentByLine { |
322 | 322 | text-align: right; |
— | — | @@ -437,7 +437,7 @@ |
438 | 438 | div.thumb div div.thumbcaption { |
439 | 439 | border: none; |
440 | 440 | text-align: left; |
441 | | - line-height: 1.4em; |
| 441 | + line-height: 1.4; |
442 | 442 | padding: .3em 0 .1em 0; |
443 | 443 | } |
444 | 444 | div.magnify { |
— | — | @@ -523,7 +523,7 @@ |
524 | 524 | ** edit views etc |
525 | 525 | */ |
526 | 526 | .special li { |
527 | | - line-height: 1.4em; |
| 527 | + line-height: 1.4; |
528 | 528 | margin: 0; |
529 | 529 | padding: 0; |
530 | 530 | } |
— | — | @@ -678,7 +678,7 @@ |
679 | 679 | padding: 0; |
680 | 680 | } |
681 | 681 | .portlet ul { |
682 | | - line-height: 1.5em; |
| 682 | + line-height: 1.5; |
683 | 683 | list-style-type: square; |
684 | 684 | list-style-image: url(bullet.gif); |
685 | 685 | font-size: 95%; |
— | — | @@ -780,7 +780,7 @@ |
781 | 781 | border: none; |
782 | 782 | background: none; |
783 | 783 | overflow: visible; |
784 | | - line-height: 1.2em; |
| 784 | + line-height: 1.2; |
785 | 785 | } |
786 | 786 | |
787 | 787 | #p-personal h5 { |
— | — | @@ -798,7 +798,7 @@ |
799 | 799 | /* this is the ul contained in the portlet */ |
800 | 800 | #p-personal ul { |
801 | 801 | border: none; |
802 | | - line-height: 1.4em; |
| 802 | + line-height: 1.4; |
803 | 803 | color: #2f6fab; |
804 | 804 | padding: 0 2em 0 3em; |
805 | 805 | margin: 0; |
— | — | @@ -816,7 +816,7 @@ |
817 | 817 | display: inline; |
818 | 818 | color: #2f6fab; |
819 | 819 | margin-left: 1em; |
820 | | - line-height: 1.2em; |
| 820 | + line-height: 1.2; |
821 | 821 | background: none; |
822 | 822 | } |
823 | 823 | #p-personal li.active { |
— | — | @@ -856,7 +856,7 @@ |
857 | 857 | margin: 0; |
858 | 858 | white-space: nowrap; |
859 | 859 | width: 76%; |
860 | | - line-height: 1.1em; |
| 860 | + line-height: 1.1; |
861 | 861 | overflow: visible; |
862 | 862 | background: none; |
863 | 863 | border-collapse: collapse; |
Index: trunk/phase3/skins/common/commonPrint.css |
— | — | @@ -136,7 +136,7 @@ |
137 | 137 | |
138 | 138 | p, .documentDescription { |
139 | 139 | margin: 1em 0 ! important; |
140 | | - line-height: 1.2em; |
| 140 | + line-height: 1.2; |
141 | 141 | } |
142 | 142 | |
143 | 143 | .tocindent p { |
Index: trunk/phase3/skins/simple/main.css |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | margin: 0em 0 0 12.2em; |
31 | 31 | padding: 0em 1em 1.5em 1em; |
32 | 32 | border-left: 1px solid #959595; |
33 | | - line-height: 1.5em; |
| 33 | + line-height: 1.5; |
34 | 34 | } |
35 | 35 | |
36 | 36 | #column-one { |
— | — | @@ -59,7 +59,7 @@ |
60 | 60 | } |
61 | 61 | p { |
62 | 62 | margin: 0.4em 0em 0.5em 0em; |
63 | | - line-height: 1.5em; |
| 63 | + line-height: 1.5; |
64 | 64 | } |
65 | 65 | p img { margin: 0; } |
66 | 66 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -43,6 +43,7 @@ |
44 | 44 | tables in Monobook |
45 | 45 | * (bug 6868) Un-hardcode section edit link style |
46 | 46 | * (bug 3205) Stop right floats from stacking horizontally in non-Monobook skins |
| 47 | +* (bug 2013) Inherit ratios and not computed values for line-height |
47 | 48 | |
48 | 49 | == Languages updated == |
49 | 50 | |