MediaWiki:Group-user.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect registered users only: →MP: Showing the discuss, history, tabs to logged in users: #ca-talk { display:block!important; } #ca-history { dis...") |
No edit summary |
||
| Line 2: | Line 2: | ||
/* MP: Showing the discuss, history, tabs to logged in users*/ | /* MP: Showing the discuss, history, tabs to logged in users*/ | ||
/* 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-viewsource { display:block!important; } | |||
Revision as of 09:31, 13 August 2014
/* CSS placed here will affect registered users only */
/* MP: Showing the discuss, history, tabs 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-viewsource { display:block!important; }