Commit 0caa484a authored by Mark Otto's avatar Mark Otto

fix the popover bug in the app example by making the custom css more specific for .content

parent b41175f0
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
} }
/* The white background content wrapper */ /* The white background content wrapper */
.content { .container > .content {
background-color: #fff; background-color: #fff;
padding: 20px; padding: 20px;
margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */ margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment