From b2e88d1359606ddf0a052d245db79ef70bd68dcd Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 15 Jan 2014 18:53:22 -0800 Subject: add & use @modal-md Less var for uniformity --- less/modals.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/modals.less') 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 { -- cgit v1.2.3