diff options
| author | Mark Otto <[email protected]> | 2014-01-18 14:28:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-18 14:28:45 -0800 |
| commit | b32d92ef716f08cf36c646a08a3e3215acf8db5f (patch) | |
| tree | 30b3b4ae843fa9f47218d55deed9b3aab1fe63e4 /less/modals.less | |
| parent | 9c9a2f3e08309145f86264687d267db347102cb7 (diff) | |
| parent | cfe38a424102881b2af7db455a3d32e34ccca6e2 (diff) | |
| download | bootstrap-b32d92ef716f08cf36c646a08a3e3215acf8db5f.tar.xz bootstrap-b32d92ef716f08cf36c646a08a3e3215acf8db5f.zip | |
Merge pull request #12249 from twbs/modal-md
add & use @modal-md Less var for uniformity
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 { |
