diff --git a/doc-src/content/stylesheets/screen.sass b/doc-src/content/stylesheets/screen.sass index e6b43054..af3e09e3 100644 --- a/doc-src/content/stylesheets/screen.sass +++ b/doc-src/content/stylesheets/screen.sass @@ -57,9 +57,6 @@ footer[role="contentinfo"] background: #cccccc cursor: default -+active-compass-nav("#home,.reference", "/docs/") -+active-compass-nav(".tutorial", "/docs/tutorials/") - #docs-nav +pie-clearfix +leading-border(1px, 0.25) @@ -108,6 +105,8 @@ footer[role="contentinfo"] +active-docs("#home", "/docs/") +active-docs(".core", "/docs/reference/compass/") +active-docs(".blueprint", "/docs/reference/blueprint/") ++active-docs(".tutorial", "/docs/tutorials/") + #version +adjust-font-size-to(14px) diff --git a/doc-src/content/tutorials/best_practices.markdown b/doc-src/content/tutorials/best_practices.markdown index 3b3cbb0e..fb93d4b4 100644 --- a/doc-src/content/tutorials/best_practices.markdown +++ b/doc-src/content/tutorials/best_practices.markdown @@ -2,6 +2,8 @@ title: Best practices crumb: Best practices layout: tutorial +classnames: + - tutorial --- ### Use a Base stylesheet file diff --git a/doc-src/layouts/main.haml b/doc-src/layouts/main.haml index 48ff057d..3de241e0 100644 --- a/doc-src/layouts/main.haml +++ b/doc-src/layouts/main.haml @@ -6,14 +6,6 @@ %div %h1.vcard %a.fn.org.url.uid{:href => "/", :rel => "home"} Compass - %nav#compass-nav - %ul - %li - %a{:href => "/", :rel => "home"} compass - %li - %a{:href => "/docs/"} reference - %li - %a{:href => "/docs/tutorials/"} tutorials %nav#docs-nav{:role => "navigation"} .container %ul @@ -23,6 +15,8 @@ %a{:href => "/docs/reference/compass/"} core %li %a{:href => "/docs/reference/blueprint/"} blueprint + %li + %a{:href => "/docs/tutorials/"} tutorials / %li %a{:href => "/docs/plugins/"} plugins