From a285a3db3f46a8134ef53b85369b6797e6473acb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 18:52:05 -0700 Subject: [PATCH 01/12] more space in sidenav --- assets/css/docs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/docs.css b/assets/css/docs.css index 91245973ca..941641d2c8 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -230,8 +230,8 @@ body { .bs-sidenav { margin-top: 30px; margin-bottom: 30px; - padding-top: 5px; - padding-bottom: 5px; + padding-top: 10px; + padding-bottom: 10px; text-shadow: 0 1px 0 #fff; background-color: #f5f5f5; border-radius: 5px; From 305455a9b323f0dd43477055dae28b0d063c0880 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 19:05:43 -0700 Subject: [PATCH 02/12] Use some vars for key urls for easier updating --- _config.yml | 17 +++++++++++------ _layouts/customize.html | 4 ++-- _layouts/default.html | 8 +++----- _layouts/home.html | 2 +- getting-started.html | 10 +++++----- index.html | 2 +- 6 files changed, 23 insertions(+), 20 deletions(-) diff --git a/_config.yml b/_config.yml index 2b0af20540..c0dc545d29 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,16 @@ # Dependencies -markdown: rdiscount -pygments: true +markdown: rdiscount +pygments: true # Permalinks -permalink: pretty +permalink: pretty # Server -destination: ./_gh_pages -exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "LICENSE", "Makefile", "package.json", "node_modules", "README.md", "less"] -port: 9001 +destination: ./_gh_pages +exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "LICENSE", "Makefile", "package.json", "node_modules", "README.md", "less"] +port: 9001 + +# Custom vars +repo: https://github.com/twbs/bootstrap +download: https://github.com/twbs/bootstrap/archive/v3.0.0-rc1.zip +download_dist: https://github.com/twbs/bootstrap/archive/v3.0.0-rc1-dist.zip diff --git a/_layouts/customize.html b/_layouts/customize.html index a2affb0de4..26ff67362a 100644 --- a/_layouts/customize.html +++ b/_layouts/customize.html @@ -40,9 +40,9 @@ diff --git a/_layouts/default.html b/_layouts/default.html index 6b776f225b..1d3d5b9881 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -51,9 +51,7 @@ - - Back to top - + Back to top @@ -65,9 +63,9 @@ diff --git a/_layouts/home.html b/_layouts/home.html index 13da28f0bd..e8084091f2 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -21,7 +21,7 @@