Merge "Satisfy code analyzer by ensuring $urls is defined"
[mediawiki.git] / resources / jquery / jquery.makeCollapsible.css
blob38938abfc3e676542444d6d83fc47db6732058e3
1 /* See also jquery.makeCollapsible.js */
2 .mw-collapsible-toggle {
3 float: right;
6 /* collapse links in captions should be inline */
7 caption .mw-collapsible-toggle {
8 float: none;
11 /* list-items go as wide as their parent element, don't float them inside list items */
12 li .mw-collapsible-toggle {
13 float: none;
16 /* the added list item should have no list-style */
17 .mw-collapsible-toggle-li {
18 list-style: none;