diff options
| author | Mark Otto <[email protected]> | 2014-01-18 14:40:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-18 14:40:17 -0800 |
| commit | 3b6ab5075e881f6486145f2b3aea22bf53ee44e7 (patch) | |
| tree | c86ff1bb0d1715544241e35371541877e301e25e /less/modals.less | |
| parent | cd1bea0616a8fb1b94d8021bc8dbc0cbc2eaf4aa (diff) | |
| parent | 572e6a959aba6fa905c6377b900566b7ecc7c8f4 (diff) | |
| download | bootstrap-3b6ab5075e881f6486145f2b3aea22bf53ee44e7.tar.xz bootstrap-3b6ab5075e881f6486145f2b3aea22bf53ee44e7.zip | |
Merge branch 'master' into bg-variant
Conflicts:
less/mixins.less
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less index f6ab34769..e7f3d726e 100644 --- a/less/modals.less +++ b/less/modals.less @@ -124,7 +124,7 @@ // Automatically set modal's width for larger viewports .modal-dialog { - width: 600px; + width: @modal-md; margin: 30px auto; } .modal-content { |
