itemtable last column

This commit is contained in:
Laura Klünder 2017-06-29 23:29:51 +02:00
parent 3e1e8f29f7
commit bce6c23c91

View file

@ -93,6 +93,10 @@ a.list-group-item .badge {
.itemtable td:first-child {
padding-left:0;
}
.itemtable td:last-child {
text-align:right;
padding-right:0;
}
.itemtable tr.highlight td {
background-color:#FFFFDD;
}