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/_code.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/_code.less')
| -rw-r--r-- | less/_code.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/_code.less b/less/_code.less index 4faccc50d..1385e18a2 100644 --- a/less/_code.less +++ b/less/_code.less @@ -26,7 +26,7 @@ kbd { font-size: 90%; color: @kbd-color; background-color: @kbd-bg; - .border-radius(@border-radius-small); + .border-radius(@border-radius-sm); .box-shadow(inset 0 -.1rem 0 rgba(0,0,0,.25)); kbd { |
