diff options
| author | Mark Otto <[email protected]> | 2016-02-16 20:09:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-16 20:09:57 -0800 |
| commit | 3b84ffcc5483b96baa273f57c45e8b3eab3bfea4 (patch) | |
| tree | 1e30f4af93c82ca2883c34ce92e05dc8ee4da599 /dist/css/bootstrap.css | |
| parent | c5c07285597e72cbb201a00ce736e364390e14ce (diff) | |
| download | bootstrap-3b84ffcc5483b96baa273f57c45e8b3eab3bfea4.tar.xz bootstrap-3b84ffcc5483b96baa273f57c45e8b3eab3bfea4.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5c346ac8d..683ad2dbb 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4508,7 +4508,7 @@ input[type="button"].btn-block { .label { display: inline-block; - padding: .25em .4em; + padding: 0.25em 0.4em; font-size: 75%; font-weight: bold; line-height: 1; @@ -4535,8 +4535,8 @@ a.label:focus, a.label:hover { } .label-pill { - padding-right: .6em; - padding-left: .6em; + padding-right: 0.6em; + padding-left: 0.6em; border-radius: 10rem; } |
