Commit 49932d60 authored by Mark Otto's avatar Mark Otto

fixes #9556

parent a9972c5d
...@@ -368,7 +368,7 @@ body { ...@@ -368,7 +368,7 @@ body {
.bs-example { .bs-example {
position: relative; position: relative;
padding: 45px 15px 15px; padding: 45px 15px 15px;
margin: 0 -15px -1px; margin: 0 -15px 15px;
background-color: #fafafa; background-color: #fafafa;
box-shadow: inset 0 3px 6px rgba(0,0,0,.05); box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
border-color: #e5e5e5 #eee #eee; border-color: #e5e5e5 #eee #eee;
...@@ -390,7 +390,7 @@ body { ...@@ -390,7 +390,7 @@ body {
/* Tweak display of the examples */ /* Tweak display of the examples */
.bs-example + .highlight { .bs-example + .highlight {
margin: 0 -15px; margin: -15px -15px 15px;
border-radius: 0; border-radius: 0;
border-width: 0 0 1px; border-width: 0 0 1px;
} }
......
Markdown is supported
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