summaryrefslogtreecommitdiff
path: root/resources/jquery/jquery.makeCollapsible.css
blob: 993fa8c68c364cfaf0d1fe1f84ac7b696adcd351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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;
}