1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-23 05:52:51 +02:00

Documented table module

This commit is contained in:
Angelos Chalaris
2018-01-08 13:37:46 +02:00
parent b68b300f15
commit 10c5087753
9 changed files with 565 additions and 4 deletions

View File

@@ -1458,6 +1458,7 @@ table.horizontal thead tr:first-child th:last-child {
clip-path: inset(100%);
}
table tbody, table.horizontal tbody {
border: 0;
display: table-row-group;
}
table tr, table.horizontal tr {

File diff suppressed because one or more lines are too long