(bug 47070) check content model namespace on import.
[lhc/web/wiklou.git] / resources / jquery / jquery.makeCollapsible.css
1 /* See also jquery.makeCollapsible.js */
2 .mw-collapsible-toggle {
3 float: right;
4 }
5
6 /* collapse links in captions should be inline */
7 caption .mw-collapsible-toggle {
8 float: none;
9 }
10
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;
14 }
15
16 /* the added list item should have no list-style */
17 .mw-collapsible-toggle-li {
18 list-style: none;
19 }