vendor/toolkit/twitter/bootstrap/popovers.less in twitter-bootswatch-rails-3.2.0.0 vs vendor/toolkit/twitter/bootstrap/popovers.less in twitter-bootswatch-rails-3.3.2.0

- old
+ new

@@ -9,11 +9,16 @@ left: 0; z-index: @zindex-popover; display: none; max-width: @popover-max-width; padding: 1px; - text-align: left; // Reset given new insertion method + // Reset font and text properties given new insertion method + font-family: @font-family-base; + font-size: @font-size-base; + font-weight: normal; + line-height: @line-height-base; + text-align: left; background-color: @popover-bg; background-clip: padding-box; border: 1px solid @popover-fallback-border-color; border: 1px solid @popover-border-color; border-radius: @border-radius-large; @@ -31,12 +36,10 @@ .popover-title { margin: 0; // reset heading margin padding: 8px 14px; 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: (@border-radius-large - 1) (@border-radius-large - 1) 0 0; } @@ -127,7 +130,6 @@ border-right-width: 0; border-left-color: @popover-arrow-color; bottom: -@popover-arrow-width; } } - }