From 8af8f7d5404536782f76e0ca02e01497f1e8b0ae Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sun, 7 Dec 2014 14:43:50 +0000 Subject: Make sidebar navigation actual `` {% endunless %} -- cgit v1.2.3 From d5647e1f6277864cb776e4f958a54f6f5c30b6e6 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sun, 14 Dec 2014 14:31:02 +0000 Subject: Make skip link look less "bare bones" Additional markup for the skip link (to ensure it has the same effective width as the main content, and to provide an outline around just the link text) plus some basic styles...make it look a bit more in keeping with the overall look and feel of the docs. --- docs/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 51191dc5e..ea69962ee 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -5,7 +5,7 @@ {% include header.html %} - Skip to main content +
Skip to main content
{% include nav/main.html %} -- cgit v1.2.3