MediaWiki:Group-user.css: Difference between revisions

From titipi
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


.user-show {
.user-show {
display: inline;
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;
}