https://bugzilla.wikimedia.org/show_bug.cgi?id=38206

--- Comment #5 from Ryan Kaldari <[email protected]> 2012-09-19 17:54:58 
UTC ---
Found the problem. The line-height only gets applied if the text is inside a
<p> or in a div with id 'featured_article':

p, li, dl, #featured_article {
   line-height: 1.65;
}

However, the featured article div isn't IDed as 'featured_article'. Instead
it's IDed with the rather mysterious 'mp-tfa', which gets no styling.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to