diff options
| author | Mark Otto <[email protected]> | 2011-08-26 16:08:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-26 16:08:03 -0700 |
| commit | b9c9f1d8d616bece3240aa8c3c78873947c7d88f (patch) | |
| tree | 578f570e4dccbc822126fffd3f00603cf054205d /docs/assets/css/docs.css | |
| parent | a5e62657262aa9b0ca35377cc2e2619d54249b7b (diff) | |
| parent | 842683b6dfd799a5b665875d981196a623ca0840 (diff) | |
| download | bootstrap-b9c9f1d8d616bece3240aa8c3c78873947c7d88f.tar.xz bootstrap-b9c9f1d8d616bece3240aa8c3c78873947c7d88f.zip | |
Merge remote branch 'origin/master' into 1.2-wip
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 8334d3f12..67a34280b 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -171,7 +171,7 @@ div.mini-layout div { div.mini-layout div.mini-layout-body { background-color: #dceaf4; margin: 0 auto; - width: 450px; + width: 340px; height: 340px; } div.mini-layout.fluid div.mini-layout-sidebar, @@ -185,7 +185,7 @@ div.mini-layout.fluid div.mini-layout-sidebar { height: 340px; } div.mini-layout.fluid div.mini-layout-body { - width: 400px; + width: 300px; margin-left: 10px; } /* Topbar special styles |
