MediaWiki:Group-user.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
Created page with "→‎CSS placed here will affect registered users only: div.user-show, p.user-show { display: block !important; } span.user-show, small.user-show { display: inline !important; } table.user-show { display: table !important; } li.user-show { display: list-item !important; }"
Tags: Mobile edit Mobile web edit
 
(No difference)

Latest revision as of 12:19, 26 June 2024

/* CSS placed here will affect registered users only */
div.user-show,
p.user-show {
  display: block !important;
}
span.user-show,
small.user-show {
  display: inline !important;
}
table.user-show {
  display: table !important;
}
li.user-show {
  display: list-item !important;
}