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 /dist/css/bootstrap.css | |
| parent | 14c4484ec455202a4ab622b5f30b14484adb96d9 (diff) | |
| download | bootstrap-d8128fca945c7a9e6aab3302e8ea0b9badb9b73f.tar.xz bootstrap-d8128fca945c7a9e6aab3302e8ea0b9badb9b73f.zip | |
Change up label padding to equalize top and bottom
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1ff3afd3f..73e451859 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4795,7 +4795,7 @@ textarea.input-group-sm > .input-group-btn > .btn { .label { display: inline; - padding: .25em .6em; + padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; |
