mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 15:00:23 +00:00
fix the popover bug in the app example by making the custom css more specific for .content
This commit is contained in:
parent
b41175f030
commit
0caa484aeb
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
/* The white background content wrapper */
|
||||
.content {
|
||||
.container > .content {
|
||||
background-color: #fff;
|
||||
padding: 20px;
|
||||
margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
|
||||
|
|
|
|||
Loading…
Reference in a new issue