mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-19 11:51:23 +02:00
fix the popover bug in the app example by making the custom css more specific for .content
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* The white background content wrapper */
|
/* The white background content wrapper */
|
||||||
.content {
|
.container > .content {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
|
margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
|
||||||
|
Reference in New Issue
Block a user