mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-03 04:50:24 +00:00
Bump tooltips to use @font-size-small (11px to 12px)
This commit is contained in:
parent
e57758cbb4
commit
bc79f8a399
2 changed files with 2 additions and 2 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue