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 |
||
| Line 2: | Line 2: | ||
.user-show { | .user-show { | ||
display: | display: inline; | ||
} | } | ||
Revision as of 16:31, 17 February 2026
/* CSS placed here will affect registered users only */
.user-show {
display: inline;
}