diff options
| author | Mark Otto <[email protected]> | 2013-11-30 11:56:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 11:56:06 -0800 |
| commit | a52e528d2771e0f150682532b06c0f29fa6b0ad6 (patch) | |
| tree | fa439c0203ed75ed6ae93b8c2c23b42336e2ea8b /dist/css/bootstrap.css | |
| parent | 265118a6a025a34f24e87cdedcaea1684c08565b (diff) | |
| download | bootstrap-a52e528d2771e0f150682532b06c0f29fa6b0ad6.tar.xz bootstrap-a52e528d2771e0f150682532b06c0f29fa6b0ad6.zip | |
Fix up new margins on modals by not setting auto until screen-sm-min
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ab5cb93e8..84fb9c5c8 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5899,8 +5899,6 @@ button.close { z-index: 1050; width: auto; margin: 10px; - margin-right: auto; - margin-left: auto; } .modal-content { @@ -5998,8 +5996,7 @@ button.close { @media screen and (min-width: 768px) { .modal-dialog { width: 600px; - margin-top: 30px; - margin-bottom: 30px; + margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); |
