Skip to content

Commit

Permalink
fix the popover bug in the app example by making the custom css more …
Browse files Browse the repository at this point in the history
…specific for .content
  • Loading branch information
mdo committed Oct 4, 2011
1 parent b41175f commit 0caa484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/container-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0caa484

Please sign in to comment.