MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .page-ITTC_Resources #contentSub { display: none }") |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Hides the redirect link on the main page */ | |||
.page-ITTC_Resources #contentSub { display: none } | .page-ITTC_Resources #contentSub { display: none } | ||
#chwt th{ | |||
text-align: left; | |||
} |
Latest revision as of 16:51, 7 June 2017
/* CSS placed here will be applied to all skins */ /* Hides the redirect link on the main page */ .page-ITTC_Resources #contentSub { display: none } #chwt th{ text-align: left; }