paddings of itemtable

This commit is contained in:
Laura Klünder 2017-05-16 17:50:38 +02:00
parent ae3bf7258e
commit de95177c59

View file

@ -73,7 +73,11 @@ a.list-group-item .badge {
font-size:14px;
font-weight:bold;
}
.itemtable td:first-child {
padding-left:0;
}
.itemtable td:last-child {
padding-right:0;
text-align:right;
}
.itemtable tr.highlight td {