This commit is contained in:
frederikpyt
2020-06-29 14:11:15 +02:00
parent 7fb4920354
commit e329f3f383
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -1,11 +1,15 @@
.tbl {
border-collapse: collapse;
width: 100%;
table-layout: fixed;
}
.tbl td, .tbl th {
border: 1px solid #ddd;
padding: 8px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tbl tr:nth-child(even){background-color: rgba(0, 0, 0, 0.1);}