Skip to content

Commit

Permalink
(less) clean up labels per twbs#1656
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 5, 2012
1 parent a69836c commit f768151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions labels.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit f768151

Please sign in to comment.