MediaWiki:Group-user.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect registered users only: .user-show { display: contents; }") |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
.user-show { | .user-show { | ||
display: contents; | display: contents !important; | ||
} | } | ||
Latest revision as of 16:31, 17 February 2026
/* CSS placed here will affect registered users only */
.user-show {
display: contents !important;
}