mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
14 lines
318 B
CSS
14 lines
318 B
CSS
/* 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;
|
|
}
|