MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 514:
/* Optional: Hide the "Log in" link at the top right if you want it purely read-only */
#pt-login {
display: none !important;
}
/* Hides "Log in", "Create account", and IP address at top right */
#p-personal {
display: none !important;
}
/* Fallback: specifically targets the login link just in case */
#pt-login, #pt-createaccount {
display: none !important;
}
| |||