Merge "Drop a code path in wfBCP47() which is never reached."
[lhc/web/wiklou.git] / resources / jquery / jquery.makeCollapsible.css
index 27c17d1..993fa8c 100644 (file)
@@ -1,20 +1,14 @@
 /* See also jquery.makeCollapsible.js */
 .mw-collapsible-toggle {
-       float:right;
-}
-.mw-collapsible-toggle-expanded,
-.mw-collapsible-toggle-expanded a {
-       cursor:n-resize;
-}
-.mw-collapsible-toggle-collapsed,
-.mw-collapsible-toggle-collapsed a {
-       cursor:s-resize;
+       float: right;
 }
+
 /* list-items go as wide as their parent element, don't float them inside list items */
 li .mw-collapsible-toggle {
-       float:none;
+       float: none;
 }
+
 /* the added list item should have no list-style */
 .mw-collapsible-toggle-li {
-       list-style:none;
-}
\ No newline at end of file
+       list-style: none;
+}