MediaWiki:Group-steward.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
Created page with "→‎Show hidden items that have class="checkuser-show".: div.checkuser-show, p.checkuser-show { display: block !important; } span.checkuser-show, small.checkuser-show { display: inline !important; } table.checkuser-show { display: table !important; } li.checkuser-show { display: list-item !important; }"
Tags: Mobile edit Mobile web edit
 
(No difference)

Latest revision as of 12:14, 26 June 2024

/* Show hidden items that have class="checkuser-show". */
div.checkuser-show,
p.checkuser-show {
  display: block !important;
}
span.checkuser-show,
small.checkuser-show {
  display: inline !important;
}
table.checkuser-show {
  display: table !important;
}
li.checkuser-show {
  display: list-item !important;
}