From 811604d409493521ea6cba80bf95957a6647c964 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Tue, 3 Jul 2012 19:28:18 +0100 Subject: [PATCH] [docs][s]: split out tutorials in a separate file. --- _layouts/default.html | 24 +++++++++--------------- css/site/site.css | 6 +++++- docs/index.html | 24 ------------------------ 3 files changed, 14 insertions(+), 40 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index d4573674..69e6e587 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -36,6 +36,13 @@
  • +
  • + + + Tutorials + +
  • +
  • @@ -43,27 +50,14 @@
  • + + diff --git a/css/site/site.css b/css/site/site.css index 9519056a..0b8989f2 100644 --- a/css/site/site.css +++ b/css/site/site.css @@ -160,10 +160,14 @@ section.grey:after { color:#333333; } -.library .tutorials .well { +.tutorials .well { height: 60px; } +.tutorials { + margin-bottom: 300px; +} + /** Code / Pre **/ .container pre { diff --git a/docs/index.html b/docs/index.html index 696107b0..f68827db 100644 --- a/docs/index.html +++ b/docs/index.html @@ -44,30 +44,6 @@ root: ../ -
    -

    Tutorials

    -
    Note: A quick read through of the Concepts section will - likely be useful in understanding the details of these tutorials.
    - - -
    -

    Source Docs (via Docco)