Move LESS function definitions from DefaultSettings to ResourceLoaderLESSFunctions.php
[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 /* list-items go as wide as their parent element, don't float them inside list items */
7 li .mw-collapsible-toggle {
8 float: none;
9 }
10
11 /* the added list item should have no list-style */
12 .mw-collapsible-toggle-li {
13 list-style: none;
14 }