From 41d6cad4b65e9f6ab688d97a542363f9df00f6ba Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 9 Jul 2014 02:40:05 -0700 Subject: Docs: Refactor to use .less file instead, importing Bootstrap vars and mixins, and cleaning all the things up --- docs/_includes/header.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 406b84cda..9f68b0a7c 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -29,12 +29,7 @@ {% endif %} -{% if site.github %} -{% else %} - - -{% endif %} -- cgit v1.2.3 From a5dbd936a68e0910ca43ef1230907d7c7e8aa325 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 9 Jul 2014 02:41:57 -0700 Subject: Nuke IE8 stuff from docs --- docs/_includes/header.html | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 9f68b0a7c..47e7e9839 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -21,26 +21,20 @@ {% endif %} {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} -{% if site.github %} - -{% else %} - -{% endif %} + {% if site.github %} + + {% else %} + + {% endif %} {% endif %} - + - - - -- cgit v1.2.3