User:AlphSpirit/common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
grid-template-columns: auto auto auto;
grid-template-columns: auto auto auto;
}
}
.tsTableGrid3 .tsTableCell:nth-child(3n) {
.tsTableGrid3 .tsTableCell:nth-child(3n+1) {
border-right: 1px solid #5b8680;
}
.tsTableGrid3 .tsTableCell:nth-child(3n+2) {
border-right: 1px solid #5b8680;
border-right: 1px solid #5b8680;
}
}