r108600 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r108599
|
r108600
|
r108601
>
Date:
08:31, 11 January 2012
Author:
santhosh
Status:
ok
Tags:
Comment:
Add some top padding to avoid text with large font size not touching the toolbar.
Also make sure enough line height is given for large font sizes.
Modified paths:
/trunk/extensions/WebFonts/resources/ext.webfonts.preview.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/WebFonts/resources/ext.webfonts.preview.css
—
—
@@ -17,7 +17,8 @@
18
18
-webkit-border-radius: 0 0 4px 4px;
19
19
-moz-border-radius: 0 0 4px 4px;
20
20
text-align: left;
21
- padding: 5px;
21
+ padding: 10px 5px;
22
+ line-height: 1.5em;
22
23
overflow: auto;
23
24
}
24
25
Follow-up revisions
Revision
Commit summary
Author
Date
r108642
follow up to concurrency tool revert, remove dependant code. follow up
r108600
rmoen
17:57, 11 January 2012
r108643
remove concurrency resource per revert. follow up
r108600
rmoen
18:00, 11 January 2012
Status & tagging log
10:46, 19 January 2012
Nikerabbit
(
talk
|
contribs
)
changed the
tags
for r108600
[
removed:
i18ndeploy]
17:28, 13 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r108600
[
removed:
i18n]
17:28, 13 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r108600
[
added:
i18ndeploy]
17:28, 13 January 2012
Siebrand
(
talk
|
contribs
)
changed the
status
of r108600
[
removed:
new
added:
ok]
01:45, 13 January 2012
MarkAHershberger
(
talk
|
contribs
)
changed the
tags
for r108600
[
added:
i18n]