MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
table { | table { | ||
border_collapse: collapse; | border_collapse: collapse; | ||
} | } | ||
td { | td, th { | ||
border: solid 1px silver; | border: solid 1px silver; | ||
vertical-align: top; | vertical-align: top; | ||
text-align: left; | text-align: left; | ||
} | |||
th { | |||
font-weight: bold; | |||
} | } |