misc: align price cells to the right

This commit is contained in:
Frédéric Péters 2015-12-27 11:02:49 +01:00
parent 5360f5bfe3
commit 5fd28df0cb
1 changed files with 3 additions and 0 deletions

View File

@ -293,6 +293,9 @@ table.main tr.active td {
background: #bbf;
}
td.price {
text-align: right;
}
/* zone selection */