Difference between revisions of "MediaWiki:Common.css"
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | #ca-talk { | + | #ca-talk {display: none !important;} |
| − | + | #ca-history { display:none!important;} | |
| − | } | ||
#menu ul { | #menu ul { | ||
Revision as of 23:37, 6 March 2016
/* CSS placed here will be applied to all skins */
#ca-talk {display: none !important;}
#ca-history { display:none!important;}
#menu ul {
list-style-type: none;
margin: 0;
padding: 0;
font-weight:bold;
font-size: 105%;
}
#menu li {
display: inline-block;
padding: 0px 25px 0px 25px;
}