Add padding to content tables

epvpn
Robert Jacob 2020-06-10 17:02:34 +02:00
parent addec1ea9b
commit a3b7edabf1
1 changed files with 10 additions and 0 deletions

View File

@ -110,3 +110,13 @@ a.hn-project-list-item-link:active {
text-align: left;
width: 1px;
}
.content th {
padding-left: 6px;
padding-right: 6px;
}
.content td {
padding-left: 6px;
padding-right: 6px;
}