vendor/assets/stylesheets/twitter/_tooltip.scss in sass-twitter-bootstrap-2.1.1 vs vendor/assets/stylesheets/twitter/_tooltip.scss in sass-twitter-bootstrap-2.2.1
- old
+ new
@@ -25,10 +25,10 @@
padding: 3px 8px;
color: $tooltipColor;
text-align: center;
text-decoration: none;
background-color: $tooltipBackground;
- @include border-radius(4px);
+ @include border-radius($baseBorderRadius);
}
// Arrows
.tooltip-arrow {
position: absolute;