(Couchor created the page Template:RoundRobin.css using a non-default content model "Sanitized CSS") |
No edit summary |
||
Line 1: | Line 1: | ||
.rr-table { | |||
text-align: center; | |||
border: 1px solid #000; | |||
} | |||
.rr-table td { | |||
padding: 0 3px; | |||
border-top: 1px solid #000; | |||
} | |||
.rr-table td:not(:last-child) { | |||
border-right: 1px solid #000; | |||
} |