clean up labels per #1656

This commit is contained in:
Mark Otto 2012-02-05 02:01:28 -08:00
parent 2a192468d3
commit 4a09cf04d8
3 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -3050,11 +3050,11 @@ a.thumbnail:hover {
padding: 9px;
}
.label {
padding: 1px 3px 2px;
font-size: 9.75px;
padding: 2px 4px 3px;
font-size: 11.049999999999999px;
font-weight: bold;
color: #ffffff;
text-transform: uppercase;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;

View File

@ -2,11 +2,11 @@
// ------
.label {
padding: 1px 3px 2px;
font-size: @baseFontSize * .75;
padding: 2px 4px 3px;
font-size: @baseFontSize * .85;
font-weight: bold;
color: @white;
text-transform: uppercase;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
background-color: @grayLight;
.border-radius(3px);
}