vendor/toolkit/twitter/bootstrap/popovers.less in twitter-bootswatch-rails-3.1.1.1 vs vendor/toolkit/twitter/bootstrap/popovers.less in twitter-bootswatch-rails-3.2.0.0
- old
+ new
@@ -35,10 +35,10 @@
font-size: @font-size-base;
font-weight: normal;
line-height: 18px;
background-color: @popover-title-bg;
border-bottom: 1px solid darken(@popover-title-bg, 5%);
- border-radius: 5px 5px 0 0;
+ border-radius: (@border-radius-large - 1) (@border-radius-large - 1) 0 0;
}
.popover-content {
padding: 9px 14px;
}