MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
/* don't show links for user and talk pages if not logged in */ | /* don't show links for user and talk pages if not logged in */ | ||
#pt-anontalk,#pt-anonuserpage { display:none; } | |||
Revision as of 10:06, 25 September 2011
/* CSS placed here will be applied to all skins */
/* no title on main page */
body.page-Main_Page h1.firstHeading { display:none; }
/* don't show links for user and talk pages if not logged in */
#pt-anontalk,#pt-anonuserpage { display:none; }