From f7681510c7a43c4f0be3f13a8d52dbbee23d7954 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 5 Feb 2012 02:01:28 -0800 Subject: [PATCH] (less) clean up labels per #1656 --- labels.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/labels.less b/labels.less index c0f427750202..fbd19225341e 100644 --- a/labels.less +++ b/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); }