From 95d4e89c7ed037a04658b15fbcb7dd2253d8c9f8 Mon Sep 17 00:00:00 2001 From: Amsul Date: Tue, 11 Sep 2012 23:57:36 -0400 Subject: [PATCH 001/105] sidebar scrolls to active page + updated to boilerplate v4 --- _layouts/chapter.html | 14 +- _layouts/default.html | 14 +- _layouts/recipe.html | 12 +- css/style.css | 483 ++++++++++++++++++++++++++++-------------- developers-guide.md | 2 +- js/scripts.js | 33 +++ js/tumbleweed.js | 1 - 7 files changed, 382 insertions(+), 177 deletions(-) create mode 100644 js/scripts.js delete mode 100644 js/tumbleweed.js diff --git a/_layouts/chapter.html b/_layouts/chapter.html index 7298575..b075d2c 100644 --- a/_layouts/chapter.html +++ b/_layouts/chapter.html @@ -76,12 +76,12 @@ {% capture url %}/chapters/{{ chapter | replace: ' ', '_' | downcase }}{% endcapture %} {% capture indexurl %}{{ url }}/index.html{% endcapture %}
  • - +