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

           Summary: avoid using !important for toc bullets
           Product: MediaWiki
           Version: unspecified
          Platform: All
               URL: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/s
                    kins/vector/main-ltr.css?r1=52850&r2=52852
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: Normal
         Component: Vector Skin
        AssignedTo: [email protected]
        ReportedBy: [email protected]


See url diff

The same can be achieved by using the following, which avoids using !important:

div#content #toc ul,
div#content .toc ul {
        list-style-type: none;
        list-style-image: none;
}


-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to