diff options
| author | Mark Otto <[email protected]> | 2014-06-23 10:38:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-23 10:38:45 -0700 |
| commit | df7cfe86525252034cf85a365d09a4c2485116b4 (patch) | |
| tree | a74c15163d0f59f0d8d95ee68097711ca774d8c9 /dist/css/bootstrap.css | |
| parent | 9da127a8e513fc653c1016646331ffa27839a992 (diff) | |
| download | bootstrap-df7cfe86525252034cf85a365d09a4c2485116b4.tar.xz bootstrap-df7cfe86525252034cf85a365d09a4c2485116b4.zip | |
Fixes #13903: Restore side padding on .btn-block
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4b1923789..f26735075 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3071,8 +3071,6 @@ fieldset[disabled] .btn-link:focus { .btn-block { display: block; width: 100%; - padding-right: 0; - padding-left: 0; } .btn-block + .btn-block { margin-top: 5px; |
