fix nested containers (addresses some of #13682)

This commit is contained in:
Mark Otto 2014-06-08 13:28:45 -07:00
parent 1e3b93804f
commit d1cf27bd03
2 changed files with 8 additions and 13 deletions

View file

@ -12,3 +12,7 @@ body {
.theme-showcase > p > .btn {
margin: 5px 0;
}
.theme-showcase .navbar .container {
width: auto;
}