diff options
| author | Mark Otto <[email protected]> | 2014-06-08 13:28:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-08 13:28:45 -0700 |
| commit | d1cf27bd0336b0dcec3fd40314e405e2a5bc0a66 (patch) | |
| tree | 245d672c3b29e82bf68d7a137760c97de5c89ec9 /docs/examples/theme | |
| parent | 1e3b93804fa88d247d8708529fb44b28d73fd91f (diff) | |
| download | bootstrap-d1cf27bd0336b0dcec3fd40314e405e2a5bc0a66.tar.xz bootstrap-d1cf27bd0336b0dcec3fd40314e405e2a5bc0a66.zip | |
fix nested containers (addresses some of #13682)
Diffstat (limited to 'docs/examples/theme')
| -rw-r--r-- | docs/examples/theme/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/examples/theme/theme.css b/docs/examples/theme/theme.css index 181f99842..b7c8d4cd2 100644 --- a/docs/examples/theme/theme.css +++ b/docs/examples/theme/theme.css @@ -12,3 +12,7 @@ body { .theme-showcase > p > .btn { margin: 5px 0; } + +.theme-showcase .navbar .container { + width: auto; +} |
