Commit ea03f4c5 authored by Leo Iannacone's avatar Leo Iannacone

add text shadow on size

parent f1bed721
...@@ -150,6 +150,7 @@ footer .info { ...@@ -150,6 +150,7 @@ footer .info {
text-align: right; text-align: right;
display: inline-block; display: inline-block;
line-height: 20px; line-height: 20px;
text-shadow: 0 1px 1px white;
} }
#logs .size { #logs .size {
...@@ -157,6 +158,10 @@ footer .info { ...@@ -157,6 +158,10 @@ footer .info {
line-height: inherit; line-height: inherit;
} }
#logs .active .size {
text-shadow: none;
}
#logs .name { #logs .name {
min-width: 75px; min-width: 75px;
display: inline-block; display: inline-block;
......
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