Commit ea03f4c5 authored by Leo Iannacone's avatar Leo Iannacone

add text shadow on size

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