MediaWiki:Common.css: Difference between revisions

+
Hopefully these rules are no longer necessary
Tags: Mobile web edit Advanced mobile edit
Line 26: Line 26:
.nowraplinks a {
.nowraplinks a {
white-space: nowrap;
white-space: nowrap;
}
/* Remove duplicate DiscussionTools messages
This is caused by the jerry-rigged hook
to display protection indicators:
[[MediaWiki:Site-protection-indicators]] */
div.ext-discussiontools-emptystate:first-child:not(:only-of-type) {
display: none;
}
div.ext-discussiontools-emptystate:nth-child(2) {
display: none;
}
}