MediaWiki:Group-user.css: Difference between revisions
Jump to navigation
Jump to search
imported>Scott.Munro (Created page with "→CSS placed here will affect registered users only: .anonymous-show { display: none !important; } div.user-show, p.user-show { display: block !important; } span.user-...") |
Scott Munro (talk | contribs) No edit summary Tag: Manual revert |
(2 intermediate revisions by the same user not shown) | |
(No difference)
|
Latest revision as of 03:56, 9 December 2024
/* CSS placed here will affect registered users only */
.anonymous-show {
display: none !important;
}
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;
}