From 3de48d29f5b9b0f83e4fe0b4bfb51e141407a9a2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 20 Jan 2014 18:02:15 -0800 Subject: fix #12280 by templating the customizer's nav sidebar too The customizer is such a PITA. --- docs/_includes/customizer-variables.html | 4 +- docs/_includes/nav-customize.html | 80 +++++++++++++++++--------------- 2 files changed, 45 insertions(+), 39 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index d03c3e6e8..3de586c7e 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1,5 +1,5 @@ - +

Colors

Gray and brand colors for use across Bootstrap.

@@ -1683,4 +1683,4 @@

For @screen-lg-min and up.

- \ No newline at end of file + \ No newline at end of file diff --git a/docs/_includes/nav-customize.html b/docs/_includes/nav-customize.html index 363a5db8b..af8558fa1 100644 --- a/docs/_includes/nav-customize.html +++ b/docs/_includes/nav-customize.html @@ -1,40 +1,46 @@ -
  • - Less components -
  • -
  • - jQuery plugins -
  • -
  • - Less variables + + +
  • Less components
  • +
  • jQuery plugins
  • +
  • Less variables
  • -
  • - Download -
  • +
  • Download
  • + \ No newline at end of file -- cgit v1.2.3