From f1869771bc8b8e8a6c7a98385ec58e0bf0d2d98e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Dec 2013 14:18:43 -0800 Subject: Fixes #10505: Document more of LESS vars and mixins --- _includes/nav-css.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '_includes') diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 0228932dd..b180bbf56 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -105,3 +105,11 @@
  • Test cases
  • +
  • + Using LESS + +
  • -- cgit v1.2.3 From d79431ca02683c9d1c754201260f66e5dda15614 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Dec 2013 16:29:55 -0800 Subject: Document new modal sizes --- _includes/nav-javascript.html | 1 + 1 file changed, 1 insertion(+) (limited to '_includes') diff --git a/_includes/nav-javascript.html b/_includes/nav-javascript.html index e97027096..aeeafe264 100644 --- a/_includes/nav-javascript.html +++ b/_includes/nav-javascript.html @@ -13,6 +13,7 @@ Modal -- cgit v1.2.3 From 072ccd4ddad1dcf642e27497c5253ce578182719 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Dec 2013 21:40:16 -0800 Subject: Fixes #11572: Add contextual background-color classes to match text classes; move both sets of classes to Helper Classes section of the CSS docs --- _includes/nav-css.html | 2 ++ 1 file changed, 2 insertions(+) (limited to '_includes') diff --git a/_includes/nav-css.html b/_includes/nav-css.html index b180bbf56..531b067e6 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -87,6 +87,8 @@
  • Helper classes
  • - Browser support + Browser and device support +
  • Third party support -- cgit v1.2.3 From 2979e4bcea25c428c801d77153dc0f663618ce20 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 17:15:09 -0800 Subject: Add new form feedback states, clean up existing form styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New stuff: * Adds `.has-feedback` and `.form-control-feedback` to show icon-based form feedback to users. Fixes #11836. * Removes the `width: 1em` on `.glyphicon` because it makes it impractical to resize the width of all icons, even if they’re not “empty” (e.g., a simple `.glyphicon { width: 30px; }` wouldn’t work, nor would a class preceeded by a parent class. Clean up: * Sets `width: auto;` on all `.form-control`s within inline forms. * Removes all the inline `select` menu `width` styles because all inputs are now `auto`. * Update form states docs to separate out sections better. --- _includes/nav-css.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 531b067e6..55d46d8b5 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -66,7 +66,9 @@
  • Horizontal form
  • Supported controls
  • Static control
  • -
  • Control states
  • +
  • Focus state
  • +
  • Disabled state
  • +
  • Validation states
  • Control sizing
  • Help text
  • -- cgit v1.2.3 From 98ef4284f0af7a623c7afa8e70c99abc9b5e2d12 Mon Sep 17 00:00:00 2001 From: wangsai Date: Wed, 18 Dec 2013 16:57:55 +0800 Subject: fix href of "Browser and device support" --- _includes/nav-getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/nav-getting-started.html b/_includes/nav-getting-started.html index 6c041eef3..96e175dd2 100644 --- a/_includes/nav-getting-started.html +++ b/_includes/nav-getting-started.html @@ -32,7 +32,7 @@
  • - Browser and device support + Browser and device support