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 | |
| parent | e57758cbb453602549742360120653e08863671f (diff) | |
| download | bootstrap-bc79f8a399a01a8dc1c814a48103aadb11457ee6.tar.xz bootstrap-bc79f8a399a01a8dc1c814a48103aadb11457ee6.zip | |
Bump tooltips to use `@font-size-small` (11px to 12px)
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 | ||||
| -rw-r--r-- | less/tooltip.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 237769521..f74f5fb02 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3599,7 +3599,7 @@ button.close { position: absolute; z-index: 1030; display: block; - font-size: 11px; + font-size: 12px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); 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); |
