Difference between revisions of "MediaWiki:Group-user.css"
Jump to navigation
Jump to search
(Add css for group specific hides) |
(No difference)
|
Latest revision as of 15:48, 22 August 2019
/* 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;
}