Index: trunk/phase3/resources/jquery/jquery.makeCollapsible.css |
— | — | @@ -1,20 +1,14 @@ |
2 | 2 | /* See also jquery.makeCollapsible.js */ |
3 | 3 | .mw-collapsible-toggle { |
4 | | - float:right; |
| 4 | + float: right; |
5 | 5 | } |
6 | | -.mw-collapsible-toggle-expanded, |
7 | | -.mw-collapsible-toggle-expanded a { |
8 | | - cursor:n-resize; |
9 | | -} |
10 | | -.mw-collapsible-toggle-collapsed, |
11 | | -.mw-collapsible-toggle-collapsed a { |
12 | | - cursor:s-resize; |
13 | | -} |
| 6 | + |
14 | 7 | /* list-items go as wide as their parent element, don't float them inside list items */ |
15 | 8 | li .mw-collapsible-toggle { |
16 | | - float:none; |
| 9 | + float: none; |
17 | 10 | } |
| 11 | + |
18 | 12 | /* the added list item should have no list-style */ |
19 | 13 | .mw-collapsible-toggle-li { |
20 | | - list-style:none; |
21 | | -} |
\ No newline at end of file |
| 14 | + list-style: none; |
| 15 | +} |