Search - User list
Full Version: Ordered list and default theme
Root » Bugs » Ordered list and default theme
1
Mokona
Hello,

I don't know if this is intended, but with the default theme, ordered lists have no numbering (see http://support.djangobb.org/topic/79/?page=1#post-307 with the default theme).

To correct this (was this the correct place ?), I've added this code in base.css (because I don't want to cancel the numbering in any style, but I guess putting it in default.css would be better) :


.postmsg LI
{
    LIST-STYLE: decimal inside;
}

slav0nic

  • 1
  • 3


  1. 1
  2. 2
  3. 3
bixmix
slav0nic

  • 1
  • 3


  1. 1
  2. 2
  3. 3


Shouldn't it simply be a
list
* some
* ordered
* list
/list

without the values?
champ
1
3
4
champ
  • 124
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB