Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Disable border on <code> blocks.) |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | code { | ||
+ | border: 0px; | ||
+ | } | ||
thead { | thead { | ||
text-align: left; | text-align: left; | ||
} | } |
Revision as of 18:33, 18 January 2020
/* CSS placed here will be applied to all skins */ code { border: 0px; } thead { text-align: left; }