aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/src/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-26 14:43:32 -0700
committerMark Otto <[email protected]>2014-10-26 14:43:32 -0700
commit66bb0b4fc963fec42e7168f40b18703d3f31bfa8 (patch)
tree71cd170b354cd89e04c76112304164d3a8971159 /docs/assets/css/src/docs.css
parent05c785bfae8475ee50e1363c94ebfd741168ebbc (diff)
parent554568a184f7c0bb82b4f55b23e57c1fc5378b6a (diff)
downloadbootstrap-66bb0b4fc963fec42e7168f40b18703d3f31bfa8.tar.xz
bootstrap-66bb0b4fc963fec42e7168f40b18703d3f31bfa8.zip
Merge branch 'master' into need-to-activate-animated-progressbar
Diffstat (limited to 'docs/assets/css/src/docs.css')
-rw-r--r--docs/assets/css/src/docs.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css
index 377005b1c..428a54321 100644
--- a/docs/assets/css/src/docs.css
+++ b/docs/assets/css/src/docs.css
@@ -882,7 +882,8 @@ h1[id] {
}
/* Tweak display of the code snippets when following an example */
-.bs-example + .highlight {
+.bs-example + .highlight,
+.bs-example + .zero-clipboard + .highlight {
margin: -15px -15px 15px;
border-width: 0 0 1px;
border-radius: 0;
@@ -900,7 +901,8 @@ h1[id] {
-webkit-box-shadow: none;
box-shadow: none;
}
- .bs-example + .highlight {
+ .bs-example + .highlight,
+ .bs-example + .zero-clipboard + .highlight {
margin-top: -16px;
margin-right: 0;
margin-left: 0;
@@ -1521,6 +1523,10 @@ h1[id] {
.zero-clipboard {
display: block;
}
+ .bs-example + .zero-clipboard .btn-clipboard {
+ top: -16px;
+ border-top-right-radius: 0;
+ }
}