Why does using MoinMoin bullet * syntax produce numbers in help.ubuntu.com but not wiki.ubuntu.com?

Asked by penalvch

What one will notice is when one uses the following MoinMoin syntax to produce bullets, it has differing affects, dependent on what page it is posted on. For example, in https://wiki.ubuntu.com/LibreOfficeBugWrangling , one will notice the syntax:
--CUT--
 * Please do not report a LibreOffice bug...
--CUT--

produces the desired bullet effect. However, when the same method is used in https://help.ubuntu.com/community/ReportingBugs , the syntax:
--CUT--
 * Please do not stack...
--CUT--

produces the unexpected output:
--CUT--
1. Please do not stack...
--CUT--

Why does using MoinMoin bullet * syntax produce numbers in help.ubuntu.com but not wiki.ubuntu.com?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu moin Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
penalvch (penalvch) said :
#2

This issue/bug is causing an editing inconsistency between https://wiki.ubuntu.com/* and https://help.ubuntu.com/* for the Ubuntu Community. Resolution is needed.

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
penalvch (penalvch) said :
#4

^

Revision history for this message
Launchpad Janitor (janitor) said :
#5

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
penalvch (penalvch) said :
#6

^

Revision history for this message
Andrey Bondarenko (abone) said :
#7

AFAIK this is because of difference in CSS styles.

File screen.css on wiki.ubuntu.com does not alter list styles (see https://wiki.ubuntu.com/moin_static192/light/css/screen.css)

File screen.css on help.ubuntu.com changes list style to decimal (see https://help.ubuntu.com/moin_static192/light/css/screen.css)

Here is offending code:

#cwt-content ol, #cwt-content ul, #cwt-content dl {
    list-style-type: decimal;
    margin-bottom: 8px;
}

Can you help with this problem?

Provide an answer of your own, or ask penalvch for more information if necessary.

To post a message you must log in.