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 |
||
| (One intermediate revision by the same user not shown) | |||
| 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 */ | |||
#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; } | |||
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; }