MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 298: | Line 298: | ||
/* Recent changes */ | /* Recent changes */ | ||
body | /* Hide sidebar items ONLY for anonymous users */ | ||
body.mw-user-anon #n-recentchanges, | |||
body.mw-user-anon #n-help-mediawiki, | |||
body.mw-user-anon #n-specialpages, | |||
body.mw-user-anon #t-whatlinkshere, | |||
body | body.mw-user-anon #t-recentchangeslinked, | ||
body.mw-user-anon #t-upload, | |||
body.mw-user-anon #t-info { | |||
display: none !important; | |||
body | |||
body | |||
body | |||
body | |||
body | |||
display: none; | |||
} | } | ||