https://bugzilla.wikimedia.org/show_bug.cgi?id=25494

           Summary: Fix list-style of mwEmbed menu items
           Product: mwEmbed
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Sequence editor
        AssignedTo: d...@ucsc.edu
        ReportedBy: hart...@videolan.org


I see a blue bullet in the li items of the player and the sequencer. This is
the ul list-style-image of the vector skin. It is attempted to override this
using "list-style-type: none", but that is not successful for all browsers.

To really unset a list style such as that, use:
list-style: none none;

Note the double none, because list-style is a compounded type of
list-style-type and list-style-image. This was tested and confirmed working for
another ul element that had similar issues. The Template:Unbulleted list of the
English Wikipedia.
http://en.wikipedia.org/w/index.php?title=Template:Unbulleted_list

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to