Closed
Bug 858148
Opened 12 years ago
Closed 12 years ago
line spacing around lists changed by recent update
Categories
(Websites :: wiki.mozilla.org, defect)
Websites
wiki.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: openjck, Unassigned)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
61.51 KB,
image/png
|
Details |
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
Comment 1•12 years ago
|
||
Investigating
Comment 2•12 years ago
|
||
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
Comment 3•12 years ago
|
||
other testcase https://wiki.mozilla.org/Grow/Meeting_04_04_13
from bug 857891
Comment 5•12 years ago
|
||
My affected page is https://wiki.mozilla.org/Thunderbird:Testing:Memory_Usage_Problems - which looks horrible in comparison to David Boswell's example
Comment 7•12 years ago
|
||
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
Comment 8•12 years ago
|
||
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;
}
Comment 9•12 years ago
|
||
(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
Comment 10•12 years ago
|
||
This should be fixed now. Please verify and close or update with issues.
Reporter | ||
Comment 11•12 years ago
|
||
Also fixed the page I linked in comment 0.
Comment 12•12 years ago
|
||
hexmode: the fix you've put in seems to be just for "ul" - do you need to fix "ol" also?
Gerv
Comment 13•12 years ago
|
||
(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.
Comment 14•12 years ago
|
||
LGTM.
Gerv
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 15•12 years ago
|
||
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.
Comment 16•12 years ago
|
||
(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.
Description
•