diff options
| author | Mark Otto <[email protected]> | 2013-07-17 23:55:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-17 23:55:58 -0700 |
| commit | bc79f8a399a01a8dc1c814a48103aadb11457ee6 (patch) | |
| tree | 78d1c5b518853e716a4fe08c545efeeebff17af3 /less | |
| parent | e57758cbb453602549742360120653e08863671f (diff) | |
| download | bootstrap-bc79f8a399a01a8dc1c814a48103aadb11457ee6.tar.xz bootstrap-bc79f8a399a01a8dc1c814a48103aadb11457ee6.zip | |
Bump tooltips to use `@font-size-small` (11px to 12px)
Diffstat (limited to '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 790eb1cd3..fef430900 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-mini; + font-size: @font-size-small; line-height: 1.4; .opacity(0); |
