2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

clarify usage of base font-size so we know what's up

This commit is contained in:
Mark Otto
2017-01-03 13:51:06 -08:00
committed by Mark Otto
parent 57d3a25fec
commit 0ffd369afd
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -130,7 +130,7 @@
// Offset the popover to account for the popover arrow
.popover-title {
padding: $popover-title-padding-y $popover-title-padding-x;
margin: 0; // reset heading margin
margin-bottom: 0; // Reset the default from Reboot
font-size: $font-size-base;
background-color: $popover-title-bg;
border-bottom: $popover-border-width solid darken($popover-title-bg, 5%);