From: Mark Otto Date: Tue, 4 Oct 2011 04:36:51 +0000 (-0700) Subject: fix the popover bug in the app example by making the custom css more specific for... X-Git-Tag: v1.4.0~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0caa484aebebc68f0bfe5dda20e19c4059769859;p=thirdparty%2Fbootstrap.git fix the popover bug in the app example by making the custom css more specific for .content --- diff --git a/examples/container-app.html b/examples/container-app.html index 75328e645f..3c371a8c4a 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -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 */