Last modified: 2012-09-27 01:10:59 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T21599, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 19599 - avoid using !important for toc bullets
avoid using !important for toc bullets
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
unspecified
All All
: Normal trivial (vote)
: ---
Assigned To: Trevor Parscal
http://svn.wikimedia.org/viewvc/media...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-08 17:48 UTC by Derk-Jan Hartman
Modified: 2012-09-27 01:10 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Derk-Jan Hartman 2009-07-08 17:48:39 UTC
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;
}
Comment 1 Trevor Parscal 2009-07-08 18:02:45 UTC
Resolved in r52932.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links