Skip to content

Commit

Permalink
Bump tooltips to use @font-size-small (11px to 12px)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jul 18, 2013
1 parent e57758c commit bc79f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion less/tooltip.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit bc79f8a

Please sign in to comment.