(Created page with "→CSS placed here will affect registered users only: #p-views { } .page-actions { }") |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect registered users only */ | /* CSS placed here will affect registered users only */ | ||
#p-views { | #p-views { | ||
display: contents; | |||
} | } | ||
.page-actions { | .page-actions { | ||
display: contents; | |||
} | } | ||
Latest revision as of 13:57, 26 January 2024
/* CSS placed here will affect registered users only */
#p-views {
display: contents;
}
.page-actions {
display: contents;
}