[Bug 38206] Leading on Today's Featured Article messed up when it has no image (iOS, v.3.1.2)

2012-09-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38206 Jon jrob...@wikimedia.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 38206] Leading on Today's Featured Article messed up when it has no image (iOS, v.3.1.2)

2012-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38206 Ryan Kaldari rkald...@wikimedia.org changed: What|Removed |Added Summary|Leading on Today's Featured |Leading on

[Bug 38206] Leading on Today's Featured Article messed up when it has no image (iOS, v.3.1.2)

2012-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38206 --- Comment #4 from Jon jrob...@wikimedia.org 2012-09-19 17:39:58 UTC --- INext time it happens could you take a closer look at what's going on and try to articulate why this is happening? It's obviously specific to certain articles as it only

[Bug 38206] Leading on Today's Featured Article messed up when it has no image (iOS, v.3.1.2)

2012-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38206 --- Comment #5 from Ryan Kaldari rkald...@wikimedia.org 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 {

[Bug 38206] Leading on Today's Featured Article messed up when it has no image (iOS, v.3.1.2)

2012-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38206 --- Comment #6 from Ryan Kaldari rkald...@wikimedia.org 2012-09-19 17:55:53 UTC --- The reason it works if there is a picture is that this triggers the text being put in a p tag. -- Configure bugmail:

[Bug 38206] Leading on Today's Featured Article messed up when it has no image (iOS, v.3.1.2)

2012-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38206 --- Comment #7 from Ryan Kaldari rkald...@wikimedia.org 2012-09-19 17:56:53 UTC --- Oh, I guess 'mp-tfa' must be Main Page - Today's Featured Article :) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You

[Bug 38206] Leading on Today's Featured Article messed up when it has no image (iOS, v.3.1.2)

2012-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38206 --- Comment #8 from Ryan Kaldari rkald...@wikimedia.org 2012-09-19 18:01:52 UTC --- I guess the best solution would just be to add '#mp-tfa' to the existing list in the CSS. So: p, li, dl, #mp-tfa, #featured_article { line-height: 1.65; }