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/_tooltip.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/_tooltip.less')
| -rw-r--r-- | less/_tooltip.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/_tooltip.less b/less/_tooltip.less index 28c252aad..5561b4db6 100644 --- a/less/_tooltip.less +++ b/less/_tooltip.less @@ -9,7 +9,7 @@ z-index: @zindex-tooltip; display: block; visibility: visible; - font-size: @font-size-small; + font-size: @font-size-sm; line-height: 1.4; opacity: 0; |
