1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-21 20:35:39 +02:00

Added table styles

Table styles added as #5
This commit is contained in:
Gavin Henderson
2019-04-07 00:02:47 +01:00
committed by GitHub
parent 12f8b799f2
commit 6d0444fe00

View File

@@ -6,3 +6,18 @@ hr {
border: none; border: none;
border-top: 1px solid $border; border-top: 1px solid $border;
} }
table {
border-collapse: collapse;
margin-bottom: 10px;
}
td,
th {
padding: 5px;
}
table,
th,
td {
border: 1px solid $border;