aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-04 00:18:34 -0800
committerMark Otto <[email protected]>2014-02-04 00:18:34 -0800
commitec6c9d28240aa4ef32b13be51943f98c00f3437e (patch)
tree2eb4009a86a2744b39f0e0b7caa3f7e398c950d8 /dist/css/bootstrap.css
parent229bc6fef99c9e94bd8d2927688aadea85b9feb2 (diff)
downloadbootstrap-ec6c9d28240aa4ef32b13be51943f98c00f3437e.tar.xz
bootstrap-ec6c9d28240aa4ef32b13be51943f98c00f3437e.zip
Don't offset customizer alert, grunt dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css24
1 files changed, 12 insertions, 12 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index a4a3ce3c9..a041563b7 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -5342,8 +5342,8 @@ button.close {
.popover-content {
padding: 9px 14px;
}
-.popover .arrow,
-.popover .arrow:after {
+.popover > .arrow,
+.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
@@ -5351,14 +5351,14 @@ button.close {
border-color: transparent;
border-style: solid;
}
-.popover .arrow {
+.popover > .arrow {
border-width: 11px;
}
-.popover .arrow:after {
+.popover > .arrow:after {
content: "";
border-width: 10px;
}
-.popover.top .arrow {
+.popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
@@ -5366,14 +5366,14 @@ button.close {
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0;
}
-.popover.top .arrow:after {
+.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
-.popover.right .arrow {
+.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
@@ -5381,14 +5381,14 @@ button.close {
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0;
}
-.popover.right .arrow:after {
+.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
-.popover.bottom .arrow {
+.popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
@@ -5396,14 +5396,14 @@ button.close {
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25);
}
-.popover.bottom .arrow:after {
+.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
-.popover.left .arrow {
+.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
@@ -5411,7 +5411,7 @@ button.close {
border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25);
}
-.popover.left .arrow:after {
+.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";