diff options
| author | Mark Otto <[email protected]> | 2012-02-05 02:01:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-05 02:01:28 -0800 |
| commit | 4a09cf04d8d644734f91c9a9ce97091ad698fcce (patch) | |
| tree | f265103e95d4a9fc52ce625789653c391072b270 /less/labels.less | |
| parent | 2a192468d311289e9e219cf8cbe3047da4aa3381 (diff) | |
| download | bootstrap-4a09cf04d8d644734f91c9a9ce97091ad698fcce.tar.xz bootstrap-4a09cf04d8d644734f91c9a9ce97091ad698fcce.zip | |
clean up labels per #1656
Diffstat (limited to 'less/labels.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); } |
