From c1c7528dd9f0617cb65bc5fac7aa6b2cfc2eb822 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 7 Jun 2012 21:48:03 -0700 Subject: [PATCH] drop the side nav, restore topbar --- docs/assets/css/docs.css | 7 +++--- docs/base-css.html | 44 ++++++++++++++++++++++++++++++++++ docs/components.html | 44 ++++++++++++++++++++++++++++++++++ docs/download.html | 44 ++++++++++++++++++++++++++++++++++ docs/examples.html | 44 ++++++++++++++++++++++++++++++++++ docs/index.html | 44 ++++++++++++++++++++++++++++++++++ docs/javascript.html | 44 ++++++++++++++++++++++++++++++++++ docs/less.html | 44 ++++++++++++++++++++++++++++++++++ docs/scaffolding.html | 44 ++++++++++++++++++++++++++++++++++ docs/templates/layout.mustache | 44 ++++++++++++++++++++++++++++++++++ docs/upgrading.html | 44 ++++++++++++++++++++++++++++++++++ 11 files changed, 444 insertions(+), 3 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 88d93e4611..fd0a71edb9 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; diff --git a/docs/base-css.html b/docs/base-css.html index 7ed6c68ac2..56756b81ff 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -29,6 +29,50 @@ + + +