fixing comment in jquery.makeCollapsible.js (in mw 'jquery' is written in lowercase...
[lhc/web/wiklou.git] / resources / jquery / jquery.makeCollapsible.css
1 /* See also jquery.makeCollapsible.js */
2 .kr-collapsible-toggle {
3 float:right;
4 }
5 /* list-items go as wide as their parent element, don't float them inside list items */
6 li .kr-collapsible-toggle {
7 float:none;
8 }
9 /* the added list item should have no list-style */
10 .kr-collapsibile-toggle-li {
11 list-style:none;
12 }