CSS: Style table

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 10:26:14 +02:00
parent 9a3551b534
commit 21c6886702
1 changed files with 5 additions and 0 deletions

View File

@ -53,3 +53,8 @@ p {
// Remove default margin
margin: 0;
}
table {
border-collapse: separate;
border-spacing: 0 1px;
}