Move the tutorials to the main nav... I don't think most people see it.
This commit is contained in:
parent
5dea2be6ac
commit
deef53f437
@ -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)
|
||||
|
@ -2,6 +2,8 @@
|
||||
title: Best practices
|
||||
crumb: Best practices
|
||||
layout: tutorial
|
||||
classnames:
|
||||
- tutorial
|
||||
---
|
||||
### Use a Base stylesheet file
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user