Commit f1bed721 authored by Leo Iannacone's avatar Leo Iannacone

add line-height to size to put it on the bottom of the line

parent ad94b869
...@@ -149,10 +149,12 @@ footer .info { ...@@ -149,10 +149,12 @@ footer .info {
min-width: 60px; min-width: 60px;
text-align: right; text-align: right;
display: inline-block; display: inline-block;
line-height: 20px;
} }
#logs .size { #logs .size {
float: none; float: none;
line-height: inherit;
} }
#logs .name { #logs .name {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment