diff options
| author | Mark Otto <[email protected]> | 2013-09-11 14:56:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-11 14:56:02 -0700 |
| commit | 6e064894db4a67ed2c1180212426a076a494d300 (patch) | |
| tree | dd7aa38c3c77f855587c2e0e60ea8aa5bd98ce21 /dist/css/bootstrap.css | |
| parent | 37933a9e08e24e0683c3909aaabe79888e006ba6 (diff) | |
| download | bootstrap-6e064894db4a67ed2c1180212426a076a494d300.tar.xz bootstrap-6e064894db4a67ed2c1180212426a076a494d300.zip | |
remove unnecessary right and left properties on .modal-dialog
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 3c53283ea..87ccb4ec1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5823,8 +5823,6 @@ body.modal-open, @media screen and (min-width: 768px) { .modal-dialog { - right: auto; - left: 50%; width: 600px; padding-top: 30px; padding-bottom: 30px; |
