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 /docs/assets/css | |
| parent | e57758cbb453602549742360120653e08863671f (diff) | |
| download | bootstrap-bc79f8a399a01a8dc1c814a48103aadb11457ee6.tar.xz bootstrap-bc79f8a399a01a8dc1c814a48103aadb11457ee6.zip | |
Bump tooltips to use `@font-size-small` (11px to 12px)
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 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); |
