User:AlphSpirit/common.css: Difference between revisions
Jump to navigation
Jump to search
AlphSpirit (talk | contribs) No edit summary |
AlphSpirit (talk | contribs) No edit summary |
||
| Line 9: | Line 9: | ||
.tsTableGrid3 { | .tsTableGrid3 { | ||
grid-template-columns: auto auto auto; | grid-template-columns: auto auto auto; | ||
} | |||
.tsTableHeader, .tsTableCell { | |||
padding: 0 0.5rem; | |||
line-height: 2; | |||
} | } | ||
Revision as of 16:57, 11 January 2025
.tsTable {
display: inline-block;
border: 2px ridge #5b8680;
border-radius: 4px;
}
.tsTableGrid {
display: grid;
}
.tsTableGrid3 {
grid-template-columns: auto auto auto;
}
.tsTableHeader, .tsTableCell {
padding: 0 0.5rem;
line-height: 2;
}