aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-19 00:36:39 -0700
committerMark Otto <[email protected]>2013-08-19 00:36:39 -0700
commitd8128fca945c7a9e6aab3302e8ea0b9badb9b73f (patch)
treeb75609100437ce6cf8ed8fdbff20ccf338c50c30 /less
parent14c4484ec455202a4ab622b5f30b14484adb96d9 (diff)
downloadbootstrap-d8128fca945c7a9e6aab3302e8ea0b9badb9b73f.tar.xz
bootstrap-d8128fca945c7a9e6aab3302e8ea0b9badb9b73f.zip
Change up label padding to equalize top and bottom
Diffstat (limited to 'less')
-rw-r--r--less/labels.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/labels.less b/less/labels.less
index 6a0229817..cad5ce516 100644
--- a/less/labels.less
+++ b/less/labels.less
@@ -4,7 +4,7 @@
.label {
display: inline;
- padding: .25em .6em;
+ padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;