mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-05 05:40:59 +00:00
fixes #9556
This commit is contained in:
parent
a9972c5d20
commit
49932d60b4
1 changed files with 2 additions and 2 deletions
|
|
@ -368,7 +368,7 @@ body {
|
|||
.bs-example {
|
||||
position: relative;
|
||||
padding: 45px 15px 15px;
|
||||
margin: 0 -15px -1px;
|
||||
margin: 0 -15px 15px;
|
||||
background-color: #fafafa;
|
||||
box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
|
||||
border-color: #e5e5e5 #eee #eee;
|
||||
|
|
@ -390,7 +390,7 @@ body {
|
|||
|
||||
/* Tweak display of the examples */
|
||||
.bs-example + .highlight {
|
||||
margin: 0 -15px;
|
||||
margin: -15px -15px 15px;
|
||||
border-radius: 0;
|
||||
border-width: 0 0 1px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue