]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix the popover bug in the app example by making the custom css more specific for...
authorMark Otto <mark.otto@twitter.com>
Tue, 4 Oct 2011 04:36:51 +0000 (21:36 -0700)
committerMark Otto <mark.otto@twitter.com>
Tue, 4 Oct 2011 04:36:51 +0000 (21:36 -0700)
examples/container-app.html

index 75328e645f90c1e770ad91f59f1b2514f5b1084a..3c371a8c4ac71de11c39100c995fc25ca770bc35 100644 (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 */