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)