User "Santhosh.thottingal" posted a comment on MediaWiki.r97788.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97788#c22978
Commit summary:

Zero padding for #firstHeading makes text cut for scripts like Devanagari , 
Malayalam etc(Bug 29405 and Bug 30809), especially when the glyphs are stacked 
or
having lower diacritic marks. Remove padding-top:0 and padding-bottom:0 to 
allow h1 inherit the padding bottom and top values from commonElements.css 
fixes this.

Comment:

For other  languages/scripts, this will add the following padding from 
commonElement.css for the top heading ie, #firstHeading
padding-top: .5em;
padding-bottom: .17em;

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to