diff options
| author | Mark Otto <[email protected]> | 2014-09-21 16:04:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-21 16:04:37 -0700 |
| commit | d1660ad0788fa4e9b0d072323c1d70f9c6f5dbf2 (patch) | |
| tree | 1cbc830c380b8cda342eccd37dfa1732600d5d19 /less/_modal.less | |
| parent | 2cc9e773c57e389e8fcb797148fb850433144c3e (diff) | |
| download | bootstrap-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.less | 2 |
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 |
