Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Ununnilium (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: table.herobox { background-color: #EEEEFF; border: medium inset #0000FF; border-collapse: collapse; line-height: 0.5; }...") |
Ununnilium (talk | contribs) |
||
Line 2: | Line 2: | ||
table.herobox { | table.herobox { | ||
− | background-color: #EEEEFF; border: medium inset #0000FF; border-collapse: collapse; line-height: 0.5; | + | background-color: #EEEEFF; border: medium inset #0000FF; border-collapse: collapse; |
+ | /* line-height: 0.5; */ | ||
} | } | ||
Revision as of 09:10, 2 December 2018
/* CSS placed here will be applied to all skins */ table.herobox { background-color: #EEEEFF; border: medium inset #0000FF; border-collapse: collapse; /* line-height: 0.5; */ } table.herobox td { padding-left: 5px; padding-right: 5px; border: 1px solid #0000FF; }