diff options
| author | Mark Otto <[email protected]> | 2013-08-19 00:36:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-19 00:36:39 -0700 |
| commit | d8128fca945c7a9e6aab3302e8ea0b9badb9b73f (patch) | |
| tree | b75609100437ce6cf8ed8fdbff20ccf338c50c30 /less | |
| parent | 14c4484ec455202a4ab622b5f30b14484adb96d9 (diff) | |
| download | bootstrap-d8128fca945c7a9e6aab3302e8ea0b9badb9b73f.tar.xz bootstrap-d8128fca945c7a9e6aab3302e8ea0b9badb9b73f.zip | |
Change up label padding to equalize top and bottom
Diffstat (limited to 'less')
| -rw-r--r-- | less/labels.less | 2 |
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; |
