aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-15 18:53:22 -0800
committerChris Rebert <[email protected]>2014-01-15 18:53:22 -0800
commitb2e88d1359606ddf0a052d245db79ef70bd68dcd (patch)
tree73564ac9921ef369919acd59bbeed14fb4e38d40 /less/modals.less
parent0ef8d1bad4cb146961c32a063f12a87116214d9e (diff)
downloadbootstrap-b2e88d1359606ddf0a052d245db79ef70bd68dcd.tar.xz
bootstrap-b2e88d1359606ddf0a052d245db79ef70bd68dcd.zip
add & use @modal-md Less var for uniformity
Diffstat (limited to 'less/modals.less')
-rw-r--r--less/modals.less2
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 {