More actions
hide message at MediaWiki:Newarticletext aimed at new users, and potentially more things moving forward |
m 1 revision imported |
(No difference)
|
Latest revision as of 11:30, 20 July 2024
/* Show hidden items that have class="autoconfirmed-show". */
div.autoconfirmed-show,
p.autoconfirmed-show {
display: block !important;
}
span.autoconfirmed-show,
small.autoconfirmed-show {
display: inline !important;
}
table.autoconfirmed-show {
display: table !important;
}
li.autoconfirmed-show {
display: list-item !important;
}
.unconfirmed-show {
display: none !important;
}