diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/labels.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/labels.less b/less/labels.less index c0f427750..fbd192253 100644 --- a/less/labels.less +++ b/less/labels.less @@ -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); } |
