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 /less | |
| parent | 37933a9e08e24e0683c3909aaabe79888e006ba6 (diff) | |
| download | bootstrap-6e064894db4a67ed2c1180212426a076a494d300.tar.xz bootstrap-6e064894db4a67ed2c1180212426a076a494d300.zip | |
remove unnecessary right and left properties on .modal-dialog
Diffstat (limited to 'less')
| -rw-r--r-- | less/modals.less | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/less/modals.less b/less/modals.less index f886fb25c..0ba896525 100644 --- a/less/modals.less +++ b/less/modals.less @@ -128,8 +128,6 @@ @media screen and (min-width: @screen-sm) { .modal-dialog { - left: 50%; - right: auto; width: 600px; padding-top: 30px; padding-bottom: 30px; |
