Font adjustment (changes from BS 3.3.1).
This commit is contained in:
parent
21a2cedf83
commit
22bf99da69
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue