diff options
| author | Mark Otto <[email protected]> | 2014-12-06 00:18:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-06 00:18:11 -0800 |
| commit | ebfe3584952d15b3eaf8dcaf1f67978d8e8e4e9f (patch) | |
| tree | 9e5d8b3dbfe21d9d8e26388e8103ef86c0e01a69 /docs/dist/css/bootstrap.css | |
| parent | 57071cc68a8b636d2524663cb6fd95ede8e93aeb (diff) | |
| download | bootstrap-ebfe3584952d15b3eaf8dcaf1f67978d8e8e4e9f.tar.xz bootstrap-ebfe3584952d15b3eaf8dcaf1f67978d8e8e4e9f.zip | |
tweak label component padding
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index b9555c5a3..d3d9394d3 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3768,7 +3768,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto .label { display: inline; - padding: .2em .6em .3em; + padding: .15em .4em; font-size: 75%; font-weight: bold; line-height: 1; |
