aboutsummaryrefslogtreecommitdiff
path: root/less/_modal.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-09-21 16:04:37 -0700
committerMark Otto <[email protected]>2014-09-21 16:04:37 -0700
commitd1660ad0788fa4e9b0d072323c1d70f9c6f5dbf2 (patch)
tree1cbc830c380b8cda342eccd37dfa1732600d5d19 /less/_modal.less
parent2cc9e773c57e389e8fcb797148fb850433144c3e (diff)
downloadbootstrap-d1660ad0788fa4e9b0d072323c1d70f9c6f5dbf2.tar.xz
bootstrap-d1660ad0788fa4e9b0d072323c1d70f9c6f5dbf2.zip
Swap -small and -large variables for -sm and -lg
Diffstat (limited to 'less/_modal.less')
-rw-r--r--less/_modal.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/_modal.less b/less/_modal.less
index 37b6d1ea4..ed1ea48d6 100644
--- a/less/_modal.less
+++ b/less/_modal.less
@@ -52,7 +52,7 @@
position: relative;
background-color: @modal-content-bg;
border: 1px solid @modal-content-border-color;
- .border-radius(@border-radius-large);
+ .border-radius(@border-radius-lg);
.box-shadow(0 3px 9px rgba(0,0,0,.5));
background-clip: padding-box;
// Remove focus outline from opened modal