Font adjustment (changes from BS 3.3.1).

This commit is contained in:
Martin Edenhofer 2015-01-10 22:28:30 +01:00
parent 21a2cedf83
commit 22bf99da69

View file

@ -2540,7 +2540,12 @@ footer {
padding: 0; padding: 0;
} }
.tooltip {
font-family: inherit;
}
.popover { .popover {
font-family: inherit;
width: 372px; width: 372px;
max-width: 9999px; max-width: 9999px;
border-radius: 0; border-radius: 0;
@ -2548,7 +2553,7 @@ footer {
z-index: 1110; z-index: 1110;
box-shadow: 0 1px 14px rgba(0,8,14,.25); box-shadow: 0 1px 14px rgba(0,8,14,.25);
} }
.popover-title { .popover-title {
border: none; border: none;
background: none; background: none;