From ce75f289f234ac72759efe634a5bd145180a0ae3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 28 Mar 2015 23:33:11 -0700 Subject: grunt --- docs/_includes/customizer-variables.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 23a5046a6..6696e4e8f 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1044,6 +1044,10 @@ +
+ + +

Form states and alerts

Define colors for form feedback states and, by default, alerts.

-- cgit v1.2.3 From 4d153b912587ef8a8dc77ba67557ea70db757bee Mon Sep 17 00:00:00 2001 From: fyquah95 Date: Wed, 1 Apr 2015 17:43:32 +0800 Subject: indented javascript/modal/using-grid-system sample code from 4 spaces to 2 spaces --- docs/_includes/js/modal.html | 72 ++++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 92adb3af5..59fc80dae 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -270,47 +270,47 @@ $('#myModal').on('shown.bs.modal', function () { {% highlight html %}