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