Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
background: #f5f5f5; | background: #f5f5f5; | ||
} | } | ||
− | table.commontable tr th td | + | table.commontable tr, table.commontable th, table.commontable td |
{ | { | ||
border: 1px solid #333; | border: 1px solid #333; |
Revision as of 16:28, 13 April 2020
table.commontable tr:nth-of-type(2n) { background: #f5f5f5; } table.commontable tr, table.commontable th, table.commontable td { border: 1px solid #333; } table.commontable { border: 1px solid #333; border-collapse: collapse; }