diff options
| author | Mark Otto <[email protected]> | 2012-06-07 14:01:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-07 14:01:03 -0700 |
| commit | ff6dd0cf56c1b50b7fa7cba35aab4d13cb251f05 (patch) | |
| tree | 230ddc497684cc577f59d555bb4583000e348591 /docs/assets/css/docs.css | |
| parent | 860a96939a58831228c2ea90055ca82cd9c84698 (diff) | |
| download | bootstrap-ff6dd0cf56c1b50b7fa7cba35aab4d13cb251f05.tar.xz bootstrap-ff6dd0cf56c1b50b7fa7cba35aab4d13cb251f05.zip | |
nav and content tweaks
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 1e02c299e..88d93e461 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -158,6 +158,7 @@ hr.soften { line-height: 1; } .jumbotron p { + max-width: 780px; margin-bottom: 20px; font-weight: 300; } @@ -772,13 +773,6 @@ form.bs-docs-example { border: 1px solid #d6e9c6; } -/* Grid examples -------------------------- */ -.bs-docs-grid { - width: 940px; - margin-left: -80px; -} - /* Responsive Docs @@ -988,14 +982,13 @@ form.bs-docs-example { /* LARGE DESKTOP SCREENS */ @media (min-width: 1210px) { + .bs-docs-container { + max-width: 970px; + } + /* Update subnav container */ .subnav-fixed .nav { width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */ } - .bs-docs-grid { - width: 1170px; - margin-left: -195px; - } - } |
