0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

fix the popover bug in the app example by making the custom css more specific for .content

This commit is contained in:
Mark Otto 2011-10-03 21:36:51 -07:00
parent b41175f030
commit 0caa484aeb

View File

@ -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 */