From cec0c7c6d6c6926dd372a91172c0081bb09fcc09 Mon Sep 17 00:00:00 2001 From: Eric Nolte Date: Fri, 4 Nov 2016 10:54:34 -0600 Subject: Update docs to reflect new breakpoint naming convention --- docs/_layouts/docs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_layouts/docs.html') diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index 6e8cddf21..4c719c5d8 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -21,10 +21,10 @@
-
+
{% include nav-docs.html %}
-
+

{{ page.title }}

{{ content }}
-- cgit v1.2.3 From 424380f7b48264c6fdc288f787eae016b492fa24 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 29 Dec 2016 13:22:26 -0800 Subject: remove commented out code, add top margin --- docs/_layouts/docs.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'docs/_layouts/docs.html') diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index 3e0e4ccce..b8a2a73d1 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -12,14 +12,7 @@ {% include nav-home.html %} - - -
+
{% include nav-docs.html %} -- cgit v1.2.3