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 @@
1818 -webkit-border-radius: 0 0 4px 4px;
1919 -moz-border-radius: 0 0 4px 4px;
2020 text-align: left;
21 - padding: 5px;
 21+ padding: 10px 5px;
 22+ line-height: 1.5em;
2223 overflow: auto;
2324 }
2425

Follow-up revisions

RevisionCommit summaryAuthorDate
r108642follow up to concurrency tool revert, remove dependant code. follow up r108600rmoen17:57, 11 January 2012
r108643remove concurrency resource per revert. follow up r108600rmoen18:00, 11 January 2012

Status & tagging log