aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-03 21:36:51 -0700
committerMark Otto <[email protected]>2011-10-03 21:36:51 -0700
commit0caa484aebebc68f0bfe5dda20e19c4059769859 (patch)
treea37459828fc05b2eaaf411b1b1ec7cebe677164f /examples
parentb41175f030505a3b649b2dd26970c18fa1c05832 (diff)
downloadbootstrap-0caa484aebebc68f0bfe5dda20e19c4059769859.tar.xz
bootstrap-0caa484aebebc68f0bfe5dda20e19c4059769859.zip
fix the popover bug in the app example by making the custom css more specific for .content
Diffstat (limited to 'examples')
-rw-r--r--examples/container-app.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/container-app.html b/examples/container-app.html
index 75328e645..3c371a8c4 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 */