diff options
| author | Mark Otto <[email protected]> | 2011-10-03 21:36:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-03 21:36:51 -0700 |
| commit | 0caa484aebebc68f0bfe5dda20e19c4059769859 (patch) | |
| tree | a37459828fc05b2eaaf411b1b1ec7cebe677164f /examples | |
| parent | b41175f030505a3b649b2dd26970c18fa1c05832 (diff) | |
| download | bootstrap-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.html | 2 |
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 */ |
