[Forum] Ordered List BBcode broken

Discussions related to the forums itself. Call for moderators. Trash Posts area.
Post Reply
User avatar
Gandalf
Filter Inserter
Filter Inserter
Posts: 294
Joined: Fri Dec 19, 2014 10:15 pm
Contact:

[Forum] Ordered List BBcode broken

Post by Gandalf »

The Forum offers two BBcodes for lists, one for unordered and one for ordered lists.
However currently they both look the same (black bullets).

Demo:
  • This is an unordered list.
  • This is an unordered list.
  1. This is an ordered list.
  2. This is an ordered list.
Code of the above:

Code: Select all

[list]
[*] This is an unordered list.
[*] This is an unordered list.[/list]
[list=1]
[*] This is an ordered list.
[*] This is an ordered list.[/list]
Reason:
CSS fail. There's a rule that says

Code: Select all

.content li { list-style-type: disc; }
which is overruling the list-style-type property set on the parent <ol>.
OS: Linux Mint 19 x64 | desktop: Awesome 4.2  |  Intel Core i5 8600k  |  16GB DDR4  |  NVidia GTX 1050 Ti (driver version: 410.104)    (2019-03)

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: [Forum] Ordered List BBcode broken

Post by ssilk »

Hm. When the css is changed, I would add, that the emails are still quite bad to read: Overview in dark orange on dark grey, mail view in white on light grey.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

Albert
Factorio Staff
Factorio Staff
Posts: 55
Joined: Tue Apr 09, 2013 5:35 pm
Contact:

Re: [Forum] Ordered List BBcode broken

Post by Albert »

@gandalf
Solved!
thanks for the advice.

@ssilk
Guess you mean in the admin panel. This whole area deserves a lot more care in general. Sorry about it. I will take some time.. kinda soon, to make it more decent. Thanks for the patience.

User avatar
SuperSandro2000
Filter Inserter
Filter Inserter
Posts: 741
Joined: Sun Jan 12, 2014 3:54 am
Contact:

Re: [Forum] Ordered List BBcode broken

Post by SuperSandro2000 »

Who is glex?!?

Albert
Factorio Staff
Factorio Staff
Posts: 55
Joined: Tue Apr 09, 2013 5:35 pm
Contact:

Re: [Forum] Ordered List BBcode broken

Post by Albert »

SuperSandro2000 wrote:Who is glex?!?
Albert, the graphist.
pleased to meet you simply Sandro aka SuperSandro2000
: )

User avatar
SuperSandro2000
Filter Inserter
Filter Inserter
Posts: 741
Joined: Sun Jan 12, 2014 3:54 am
Contact:

Re: [Forum] Ordered List BBcode broken

Post by SuperSandro2000 »

No only sandro. I'm the man that have a lot of work for you. The colour layerd things for trains and assembly machines.

Post Reply

Return to “This Forum”