added tablepadding05

This commit is contained in:
Roland Gruber 2016-11-01 15:17:26 +01:00
parent 10c2e2c726
commit 9b9a462517
1 changed files with 5 additions and 0 deletions

View File

@ -191,6 +191,11 @@ table.collapse {
border-collapse:collapse;
}
.tablepadding05 td,th {
padding: 0.5em;
}
.rightToLeftText {
text-align: right;
}