wiki.techinc.nl/resources/jquery/jquery.makeCollapsible.css

15 lines
318 B
CSS
Raw Normal View History

/* See also jquery.makeCollapsible.js */
.mw-collapsible-toggle {
float: right;
}
2010-12-23 19:25:16 +00:00
/* list-items go as wide as their parent element, don't float them inside list items */
li .mw-collapsible-toggle {
float: none;
2010-12-23 19:25:16 +00:00
}
2010-12-23 19:25:16 +00:00
/* the added list item should have no list-style */
2010-12-24 16:08:42 +00:00
.mw-collapsible-toggle-li {
list-style: none;
}