Closed Bug 858148 Opened 11 years ago Closed 11 years ago

line spacing around lists changed by recent update

Categories

(Websites :: wiki.mozilla.org, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: openjck, Unassigned)

References

()

Details

(Keywords: regression)

Attachments

(1 file)

A recent update (maybe within the last 1-2 weeks) seems to have changed the spacing between lists and other elements. This is far from a major problem, but it does make some existing pages difficult to read.

For more information, and some examples, please see the following page.

https://wiki.mozilla.org/User:John_Karahalis/FormattingDemo
Investigating
from IRC 
hexmode> wsm: fix is adding "ul {margin-bottom: 1em;}" to css
Keywords: regression
Summary: Formatting of lists changed by recent update → line spacing around lists changed by recent update
Attached image list spacing
My affected page is https://wiki.mozilla.org/Thunderbird:Testing:Memory_Usage_Problems - which looks horrible in comparison to David Boswell's example
Can we simply add the fix to the main CSS file?

I've added it for my pages; please remove that if you add it globally.

Don't forget to fix it for both "ul" and "ol".

Gerv
This change can be made on-wiki.  The page MediaWiki:Common.css needs to be updated.

The rule I gave before is being overridden by some RTL interface fixes and needs to be modified.  I've added the following to https://wiki.mozilla.org/MediaWiki:Common.css:


 /* Correct directionality when page dir is different from site/user dir */
 .mw-content-ltr ul,
 .mw-content-rtl .mw-content-ltr ul {
	/* @noflip */
	margin: 0.3em 0 1em 1.6em;
 }
(In reply to Mark A. Hershberger (hexmode) from comment #8)
> I've added the following to https://wiki.mozilla.org/MediaWiki:Common.css:

that helped https://wiki.mozilla.org/Thunderbird:Testing:Memory_Usage_Problems
This should be fixed now.  Please verify and close or update with issues.
Also fixed the page I linked in comment 0.
hexmode: the fix you've put in seems to be just for "ul" - do you need to fix "ol" also?

Gerv
(In reply to Gervase Markham [:gerv] from comment #12)
> hexmode: the fix you've put in seems to be just for "ul" - do you need to
> fix "ol" also?

Right.  Fixed now.
LGTM.

Gerv
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Does this problem include the vertical spacing between e-mail subject lines when listing the contents of e-mail folders?  With the latest update, 2.22.1, there is suddenly way too much vertical space between list items and between the folder names in the left frame.  I have to say I intensely dislike it.  It's a complete waste of space.
(In reply to SeaBuggy from comment #15)
> Does this problem include the vertical spacing between e-mail subject lines
> when listing the contents of e-mail folders? 

No - this is a bug in a website, not a bug in Thunderbird. And it's been resolved for 4 months.

Gerv
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: