From 3f30818a4b516d9ca02a6cbbe344722e2fb2ba6f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 6 Feb 2016 00:46:23 -0800 Subject: Fix docs layout with added base class --- 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 fc47e6f40..92d95dca7 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 414997baa83858b43e9f45af90097f93ed2d6797 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 6 Feb 2016 10:51:59 -0800 Subject: flip things around again, no more base class, try out some new stuff to keep responsive flex grid working --- 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 92d95dca7..e57dfdd3c 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 95f34be0936f6309fde4d3ecb408cdffb4b0c2db Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 6 Feb 2016 11:31:46 -0800 Subject: More grid updates - Flexbox responsive behavior fixed with specific .col-{breakpoint} classes now added - Dropped the make-col mixin in favor of a column-basics placeholder that we can extend across our grid infrastructure - Updated docs to use required .col-xs-12 (as a safeguard for when folks enable flexbox mode--this isn't necessary in default grid mode) - Update flexbox grid docs to include responsive docs, tweak some other bits too --- 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 e57dfdd3c..6e8cddf21 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