Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 377005b1ce..428a543210 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;
+ }
}