align size to right
to make it more readable because
same units are located on the same column:
9 bytes
99999 bytes
instead of
9 bytes
99999 bytes
This commit is contained in:
parent
cb093ba2a5
commit
75762d3be4
1 changed files with 1 additions and 0 deletions
|
|
@ -724,6 +724,7 @@ h2 {
|
|||
.size {
|
||||
opacity: 0.6;
|
||||
min-height: 1.5em; /* line_height + 2 * padding = 1.2em + 2 * 0.15em */
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue