MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 187: | Line 187: | ||
color: #ffd37a; | color: #ffd37a; | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
/* Compatibility for an accidental nested-list wrapper on the Main Page: | |||
* | |||
* <ul> | |||
* <ul class="wizlords-mainpage-whatislarp-list">...</ul> | |||
* </ul> | |||
* | |||
* The outer list otherwise adds a second layer of indentation. The preferred | |||
* markup is still a single classified <ul>. | |||
*/ | |||
.mw-parser-output ul:has(> ul.wizlords-mainpage-whatislarp-list) { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
list-style: none !important; | |||
} | |||
.mw-parser-output | |||
ul:has(> ul.wizlords-mainpage-whatislarp-list) | |||
> ul.wizlords-mainpage-whatislarp-list { | |||
margin-left: 0 !important; | |||
} | } | ||