Align history time to the right.

This commit is contained in:
Imran Sobir 2017-02-09 18:37:33 +05:00
parent 100f90d9b3
commit 9001ec079c

View File

@ -32,6 +32,7 @@ td.title {
td.time {
color: #555;
text-align: right;
white-space: nowrap;
}