• If you have an unordered list (ul) inside an ordered list (ol) in a post, the CSS for the default WP 1.5 theme will add (1) the “>>” chevron for list items in a

      (correctly) AND (2) numbering for list items in a

        (incorrectly).

    Here is an example post that would display the problem if I hadn’t fix style.css:

    The “I want a Dave’s Quick Search Deskbar equivalent for my Mac” post
    http://trentm.com/blog/

    Fixing the same post on the single post page:

    http://trentm.com/blog/?p=11

    Requires fixing what I presume is an error in the CSS class name for the div’s in page.php and single.php: those templates use the class “entrytext” instead of “entry” (that is used in style.css and index.php).

    Here is the patch:
    http://trentm.com/patches/wp15-nested-list-theme-fix.txt

    Apologies if there is a better place for me to submit patches. I couldn’t find any reference to a bug database.

    Cheers,
    Trent

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘patch to fix CSS issue in default (kubrik) theme for nested lists’ is closed to new replies.