Commit bc79f8a3 authored by Mark Otto's avatar Mark Otto
Browse files

Bump tooltips to use `@font-size-small` (11px to 12px)

parent e57758cb
3 merge requests!8635ignore Gruntfile.js in jekyll,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment