• Just noticed a small potential display issue on 3.1.6

    If the user has a generic rule for the styling of list-items such as

    ul li {list-style-type: square;}

    this will affect the look of the admin bar.

    perhaps the style rule of

    #wpabar ul li {
    float: left !important;
    margin: 0 !important;
    }

    should be changed to:

    #wpabar ul li {
    float: left !important;
    margin: 0 !important;
    list-style-type: none !important;
    list-style-image: none !important;
    }

    Or am I missing something obvious 😉

    Site affected: http://www.twopointfivebillion.com/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: WordPress Admin Bar] Minor display issue’ is closed to new replies.