summaryrefslogtreecommitdiff
path: root/resources/jquery/jquery.makeCollapsible.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/jquery/jquery.makeCollapsible.css')
-rw-r--r--resources/jquery/jquery.makeCollapsible.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/resources/jquery/jquery.makeCollapsible.css b/resources/jquery/jquery.makeCollapsible.css
deleted file mode 100644
index 993fa8c6..00000000
--- a/resources/jquery/jquery.makeCollapsible.css
+++ /dev/null
@@ -1,14 +0,0 @@
-/* See also jquery.makeCollapsible.js */
-.mw-collapsible-toggle {
- float: right;
-}
-
-/* list-items go as wide as their parent element, don't float them inside list items */
-li .mw-collapsible-toggle {
- float: none;
-}
-
-/* the added list item should have no list-style */
-.mw-collapsible-toggle-li {
- list-style: none;
-}