MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Manual revert
No edit summary
Line 500:
display: block;
margin: 0 auto; /* center when narrower than the content column */
}
 
/* Hide View Source, History, and Talk tabs */
#ca-viewsource, #ca-history, #ca-talk {
display: none !important;
}
 
/* Optional: Hide the entire "Page Tools" section in the sidebar */
#p-tb {
display: none !important;
}
 
/* Optional: Hide the "Log in" link at the top right if you want it purely read-only */
#pt-login {
display: none !important;
}