Commit e9650f51 authored by Mark Otto's avatar Mark Otto

addressing #9189 manually, part 5: don't bother with a .label font-weight var...

addressing #9189 manually, part 5: don't bother with a .label font-weight var and let's just use bold because windows hates 500
parent a66cdb0c
......@@ -4119,7 +4119,7 @@ a.thumbnail:focus {
display: inline;
padding: .25em .6em;
font-size: 75%;
font-weight: 500;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -6,7 +6,7 @@
display: inline;
padding: .25em .6em;
font-size: 75%;
font-weight: 500;
font-weight: bold;
line-height: 1;
color: @label-color;
text-align: center;
......
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