diff options
| author | Mark Otto <[email protected]> | 2012-06-07 21:48:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-07 21:48:03 -0700 |
| commit | c1c7528dd9f0617cb65bc5fac7aa6b2cfc2eb822 (patch) | |
| tree | 990196a3320358ce1fd52eac95f615734743e70e /docs/assets/css/docs.css | |
| parent | df869f1eb074f5c2baaaf744f333c5f5d6ce0bee (diff) | |
| download | bootstrap-c1c7528dd9f0617cb65bc5fac7aa6b2cfc2eb822.tar.xz bootstrap-c1c7528dd9f0617cb65bc5fac7aa6b2cfc2eb822.zip | |
drop the side nav, restore topbar
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 88d93e461..fd0a71edb 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -12,18 +12,18 @@ body { position: relative; - padding-top: 40px; + padding-top: 100px; font-size: 14px; background-color: #fff; background-image: url(../img/grid-20px.png); background-repeat: repeat-x; - background-position: 0 0; + background-position: 0 40px; } /* Custom container for the narrow docs */ .bs-docs-container { max-width: 780px; - margin: 0 0 0 240px; + margin: 0 auto; } /* Increase docs base type size and line-heights */ @@ -43,6 +43,7 @@ li { -------------------------------------------------- */ .bs-docs-nav { + display: none; position: fixed; top: 0; left: 0; |
