Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
{ | { | ||
background-color: #f2f2f2; | background-color: #f2f2f2; | ||
+ | border: 10px solid black | ||
} | } |
Revision as of 21:11, 30 June 2018
/* CSS placed here will be applied to all skins */
.EquipmentListTable {
background-color: yellow
}
table.EquipmentListTable {
border: 10px solid black
}
table.EquipmentListTable tr td
{
background-color: #f2f2f2;
border: 10px solid black
}