diff options
| author | Mark Otto <[email protected]> | 2014-02-22 12:38:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-22 12:38:56 -0800 |
| commit | 7e551ecaf71cb9971990e156c54e5ee0fb758a98 (patch) | |
| tree | a19eeb94cf3613058d64d88ded5004cae3c0c598 /dist/css/bootstrap.css | |
| parent | 4ccf088a24b8c0f9694458c81d44514559712a65 (diff) | |
| download | bootstrap-7e551ecaf71cb9971990e156c54e5ee0fb758a98.tar.xz bootstrap-7e551ecaf71cb9971990e156c54e5ee0fb758a98.zip | |
Update modals to use more consistent padding—modal body and footer now match modal header
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d8c3977fc..8edb74823 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5184,10 +5184,10 @@ button.close { } .modal-body { position: relative; - padding: 20px; + padding: 15px; } .modal-footer { - padding: 19px 20px 20px; + padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } |
