Commit 743aaf61 authored by Mark Otto's avatar Mark Otto
Browse files

fix clipboard button and examples

parent 5eb08f5d
Showing with 10 additions and 4 deletions
+10 -4
This diff is collapsed.
...@@ -882,7 +882,8 @@ h1[id] { ...@@ -882,7 +882,8 @@ h1[id] {
} }
/* Tweak display of the code snippets when following an example */ /* 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; margin: -15px -15px 15px;
border-width: 0 0 1px; border-width: 0 0 1px;
border-radius: 0; border-radius: 0;
...@@ -900,7 +901,8 @@ h1[id] { ...@@ -900,7 +901,8 @@ h1[id] {
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.bs-example + .highlight { .bs-example + .highlight,
.bs-example + .zero-clipboard + .highlight {
margin-top: -16px; margin-top: -16px;
margin-right: 0; margin-right: 0;
margin-left: 0; margin-left: 0;
...@@ -1521,6 +1523,10 @@ h1[id] { ...@@ -1521,6 +1523,10 @@ h1[id] {
.zero-clipboard { .zero-clipboard {
display: block; display: block;
} }
.bs-example + .zero-clipboard .btn-clipboard {
top: -16px;
border-top-right-radius: 0;
}
} }
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment