summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_popovers.scss
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_popovers.scss')
-rw-r--r--xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_popovers.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_popovers.scss b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_popovers.scss
index 6d6bed5..1cf27ae 100644
--- a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_popovers.scss
+++ b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_popovers.scss
@@ -37,7 +37,7 @@
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 {