From 0caa484aebebc68f0bfe5dda20e19c4059769859 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 3 Oct 2011 21:36:51 -0700 Subject: [PATCH] fix the popover bug in the app example by making the custom css more specific for .content --- examples/container-app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */