From 69308dc883a18f9c2465d8cea8b930e4e1ffda06 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 21 Apr 2015 07:58:52 +0300 Subject: Update Holder.js to v2.6.0. [ci skip] --- docs/examples/carousel/index.html | 2 +- docs/examples/dashboard/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 15b1e5c0d..0ae860c50 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -209,7 +209,7 @@ - + diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 3e5421c98..86ef4b53f 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -241,7 +241,7 @@ - + -- cgit v1.2.3 From 6ae488d6efdc4d91e81cc1d9442128e63833c88f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 24 Apr 2015 19:49:26 -0700 Subject: Ensure .form-inline in non-responsive example doesn't stack; fixes #15977 --- docs/examples/non-responsive/non-responsive.css | 58 +++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'docs/examples') diff --git a/docs/examples/non-responsive/non-responsive.css b/docs/examples/non-responsive/non-responsive.css index a14f6f634..60830ed20 100644 --- a/docs/examples/non-responsive/non-responsive.css +++ b/docs/examples/non-responsive/non-responsive.css @@ -202,3 +202,61 @@ body, .navbar-form .has-feedback .form-control-feedback { top: 0; } + +/* Undo inline form compaction on small screens */ +.form-inline .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; +} + +.form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; +} + +.form-inline .form-control-static { + display: inline-block; +} + +.form-inline .input-group { + display: inline-table; + vertical-align: middle; +} +.form-inline .input-group .input-group-addon, +.form-inline .input-group .input-group-btn, +.form-inline .input-group .form-control { + width: auto; +} + +.form-inline .input-group > .form-control { + width: 100%; +} + +.form-inline .control-label { + margin-bottom: 0; + vertical-align: middle; +} + +.form-inline .radio, +.form-inline .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; +} +.form-inline .radio label, +.form-inline .checkbox label { + padding-left: 0; +} + +.form-inline .radio input[type="radio"], +.form-inline .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; +} + +.form-inline .has-feedback .form-control-feedback { + top: 0; +} -- cgit v1.2.3 From fa4d7d2bd2079c8e269f458b8312f917e8f73901 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 26 Apr 2015 14:01:01 +0300 Subject: Run `grunt`. --- docs/examples/non-responsive/non-responsive.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples') diff --git a/docs/examples/non-responsive/non-responsive.css b/docs/examples/non-responsive/non-responsive.css index 60830ed20..0a8e92d96 100644 --- a/docs/examples/non-responsive/non-responsive.css +++ b/docs/examples/non-responsive/non-responsive.css @@ -222,7 +222,7 @@ body, .form-inline .input-group { display: inline-table; - vertical-align: middle; + vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, -- cgit v1.2.3 From 1eba173c9e44487e7ca8bfa5f400a4740c8b77c8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 10 May 2015 01:04:14 +0300 Subject: Update jQuery to v1.11.3. --- docs/examples/blog/index.html | 2 +- docs/examples/carousel/index.html | 2 +- docs/examples/cover/index.html | 2 +- docs/examples/dashboard/index.html | 2 +- docs/examples/jumbotron/index.html | 2 +- docs/examples/navbar-fixed-top/index.html | 2 +- docs/examples/navbar-static-top/index.html | 2 +- docs/examples/navbar/index.html | 2 +- docs/examples/non-responsive/index.html | 2 +- docs/examples/offcanvas/index.html | 2 +- docs/examples/starter-template/index.html | 2 +- docs/examples/sticky-footer-navbar/index.html | 2 +- docs/examples/theme/index.html | 2 +- docs/examples/tooltip-viewport/index.html | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index 4597af1e7..bc1f2466a 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -168,7 +168,7 @@ - + diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 0ae860c50..11710ddf7 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -206,7 +206,7 @@ - + diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index 4989c02ed..f8b0591b1 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -72,7 +72,7 @@ - + diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 86ef4b53f..d6c08db3a 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -238,7 +238,7 @@ - + diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index 67144bf1a..c8e1ce140 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -95,7 +95,7 @@ - + diff --git a/docs/examples/navbar-fixed-top/index.html b/docs/examples/navbar-fixed-top/index.html index 90c6dd426..84a7e60ec 100644 --- a/docs/examples/navbar-fixed-top/index.html +++ b/docs/examples/navbar-fixed-top/index.html @@ -87,7 +87,7 @@ - + diff --git a/docs/examples/navbar-static-top/index.html b/docs/examples/navbar-static-top/index.html index ad7e8be19..c96028ef5 100644 --- a/docs/examples/navbar-static-top/index.html +++ b/docs/examples/navbar-static-top/index.html @@ -88,7 +88,7 @@ - + diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index 24adb3afc..6ad01dbdd 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -86,7 +86,7 @@ - + diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html index 7778e84b9..f6c258ca3 100644 --- a/docs/examples/non-responsive/index.html +++ b/docs/examples/non-responsive/index.html @@ -103,7 +103,7 @@ - + diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 5c1405bbd..70103bfdd 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -124,7 +124,7 @@ - + diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index dc318fbde..eb3b094a9 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -64,7 +64,7 @@ - + diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 31b963ac5..793734545 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -83,7 +83,7 @@ - + diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index fa411694d..dfcb2ee3f 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -632,7 +632,7 @@ - + diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index 20ea586ca..13b360316 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -49,7 +49,7 @@ - + -- cgit v1.2.3 From 3b59b97c626bf2accef8217339b04712666c36d9 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 29 May 2015 23:48:35 +0100 Subject: ensure divider list items have role="separator" http://www.w3.org/TR/wai-aria/roles#separator --- docs/examples/carousel/index.html | 2 +- docs/examples/navbar-fixed-top/index.html | 2 +- docs/examples/navbar-static-top/index.html | 2 +- docs/examples/navbar/index.html | 2 +- docs/examples/non-responsive/index.html | 2 +- docs/examples/sticky-footer-navbar/index.html | 2 +- docs/examples/theme/index.html | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 11710ddf7..28d1aafce 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -55,7 +55,7 @@
  • Action
  • Another action
  • Something else here
  • -
  • +
  • Separated link
  • One more separated link
  • diff --git a/docs/examples/navbar-fixed-top/index.html b/docs/examples/navbar-fixed-top/index.html index 84a7e60ec..472272407 100644 --- a/docs/examples/navbar-fixed-top/index.html +++ b/docs/examples/navbar-fixed-top/index.html @@ -53,7 +53,7 @@
  • Action
  • Another action
  • Something else here
  • -
  • +
  • Separated link
  • One more separated link
  • diff --git a/docs/examples/navbar-static-top/index.html b/docs/examples/navbar-static-top/index.html index c96028ef5..62e70d7dc 100644 --- a/docs/examples/navbar-static-top/index.html +++ b/docs/examples/navbar-static-top/index.html @@ -53,7 +53,7 @@
  • Action
  • Another action
  • Something else here
  • -
  • +
  • Separated link
  • One more separated link
  • diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index 6ad01dbdd..32161ce2f 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -55,7 +55,7 @@
  • Action
  • Another action
  • Something else here
  • -
  • +
  • Separated link
  • One more separated link
  • diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html index f6c258ca3..e134b394d 100644 --- a/docs/examples/non-responsive/index.html +++ b/docs/examples/non-responsive/index.html @@ -51,7 +51,7 @@
  • Action
  • Another action
  • Something else here
  • -
  • +
  • Separated link
  • One more separated link
  • diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 793734545..b62ee74c5 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -53,7 +53,7 @@
  • Action
  • Another action
  • Something else here
  • -
  • +
  • Separated link
  • One more separated link
  • diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index dfcb2ee3f..dc12aac52 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -55,7 +55,7 @@
  • Action
  • Another action
  • Something else here
  • -
  • +
  • Separated link
  • One more separated link
  • @@ -346,7 +346,7 @@
  • Another action
  • Something else here
  • - +
  • Separated link
  • @@ -393,7 +393,7 @@
  • Action
  • Another action
  • Something else here
  • -
  • +
  • Separated link
  • One more separated link
  • @@ -426,7 +426,7 @@
  • Action
  • Another action
  • Something else here
  • -
  • +
  • Separated link
  • One more separated link
  • -- cgit v1.2.3 From 5fd7bc1554d492bdd5794d35fce515fe951439a6 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Tue, 2 Jun 2015 09:41:40 +0100 Subject: generalize dropdowns / drop role="menu" as role="menu" is a very specific (and strict) ARIA pattern for desktop-like application menus, and our dropdowns are often used as pure navigation dropdowns, this change abandons ARIA menus for a more open-ended and light-weight approach (see http://heydonworks.com/practical_aria_examples/#submenus and http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria) note that in dropdown.js, switched to now target ``.dropdown-menu`` instead of ``role["menu"]`` - this also prevents bootstrap scripts from "bleeding" into non-bootstrap components on the same page. also removed the ``role=["listbox"]`` part, which appears to be vestigial/unused (only place in bootstrap that uses that role are carousels, and their key handling is done separately) --- docs/examples/carousel/index.html | 4 ++-- docs/examples/navbar-fixed-top/index.html | 4 ++-- docs/examples/navbar-static-top/index.html | 4 ++-- docs/examples/navbar/index.html | 4 ++-- docs/examples/non-responsive/index.html | 4 ++-- docs/examples/sticky-footer-navbar/index.html | 4 ++-- docs/examples/theme/index.html | 24 ++++++++++++------------ 7 files changed, 24 insertions(+), 24 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 28d1aafce..921c93b52 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -50,8 +50,8 @@
  • About
  • Contact