Difference between revisions of "MediaWiki:Common.css"

From ChickenWiki
Jump to navigation Jump to search
(No difference)

Revision as of 11:38, 13 September 2011

/* See also jquery.makeCollapsible.js */
.mw-collapsible-toggle {
	float: right;
}

/* list-items go as wide as their parent element, don't float them inside list items */
li .mw-collapsible-toggle {
	float: none;
}

/* the added list item should have no list-style */
.mw-collapsible-toggle-li {
	list-style: none;
}