MediaWiki:Group-user.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect registered users only */ | /* CSS placed here will affect registered users only */ | ||
/* MP: Showing the | /* MP: Showing the discussion, read, view history, view source, tabs from the top to logged in users*/ | ||
/* Disabled for annon users in https://www.commitcrm.com/wiki/MediaWiki:Common.css */ | /* Disabled for annon users in https://www.commitcrm.com/wiki/MediaWiki:Common.css */ | ||
#ca-talk { display:block!important; } | #ca-talk { display:block!important; } | ||
#ca-history { display:block!important; } | #ca-history { display:block!important; } | ||
#ca-view { display:block!important; } | |||
#ca-viewsource { display:block!important; } | #ca-viewsource { display:block!important; } |
Latest revision as of 09:36, 13 August 2014
/* CSS placed here will affect registered users only */ /* MP: Showing the discussion, read, view history, view source, tabs from the top to logged in users*/ /* Disabled for annon users in https://www.commitcrm.com/wiki/MediaWiki:Common.css */ #ca-talk { display:block!important; } #ca-history { display:block!important; } #ca-view { display:block!important; } #ca-viewsource { display:block!important; }