From 2c80f4d7cdc3ed23daaafe8e0b008e29e583f42d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 24 Oct 2016 16:05:14 -0700 Subject: make search work on homepage --- docs/_includes/footer.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index bfd657efe..a31501480 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -34,7 +34,6 @@ -{% if page.layout == "docs" %} -{% endif %} - + -- cgit v1.2.3 From 29a8f9fc99bc2d4f0487b84ba8c6a83030178428 Mon Sep 17 00:00:00 2001 From: Matt Eason Date: Thu, 9 Feb 2017 16:17:32 +0000 Subject: Change 'has no affect' to 'has no effect' --- docs/components/modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/components/modal.md b/docs/components/modal.md index 16689f6ae..81f917f25 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -21,7 +21,7 @@ Before getting started with Bootstrap's modal component, be sure to read the fol - Bootstrap only supports one modal window at a time. Nested modals aren't supported as we believe them to be poor user experiences. - Modals use `position: fixed`, which can sometimes be a bit particular about its rendering. Whenever possible, place your modal HTML in a top-level position to avoid potential interference from other elements. You'll likely run into issues when nesting a `.modal` within another fixed element. - One again, due to `position: fixed`, there are some caveats with using modals on mobile devices. [See our browser support docs]({{ site.baseurl }}/getting-started/browsers-devices/#modals-and-dropdowns-on-mobile) for details. -- Lastly, the `autofocus` HTML attribute has no affect in modals. Here's how you can achieve the same effect with custom JavaScript. +- Lastly, the `autofocus` HTML attribute has no effect in modals. Here's how you can achieve the same effect with custom JavaScript. Keep reading for demos and usage guidelines. -- cgit v1.2.3 From d2ddb5518006840a4ee8c299f895b985a2449bb9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 12 Feb 2017 17:15:16 -0800 Subject: use secondary buttons instead of primary ones for a bit better example of styles --- docs/components/buttons.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/components/buttons.md b/docs/components/buttons.md index fdec395de..7f701d90a 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -151,13 +151,13 @@ Note that pre-checked buttons require you to manually add the `.active` class to {% example html %}
-
@@ -165,13 +165,13 @@ Note that pre-checked buttons require you to manually add the `.active` class to {% example html %}
-
-- cgit v1.2.3 From 312522529ccdd9ff98bf95e1e4ec18910406e47e Mon Sep 17 00:00:00 2001 From: Jason Millis Date: Sun, 26 Feb 2017 23:32:34 +0000 Subject: Re-arranged contextual rows/cells (#21980) Re-arranged contextual rows/cells so that example HTML matches example result. --- docs/content/tables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/content/tables.md b/docs/content/tables.md index 234c2ec88..040decfe0 100644 --- a/docs/content/tables.md +++ b/docs/content/tables.md @@ -560,17 +560,17 @@ Use contextual classes to color table rows or individual cells. ... ... +... ... ... -... ... ... + ... ... ... - ... {% endhighlight %} -- cgit v1.2.3 From 07f63324d1f9447641d6d932872cea05aff5107f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Feb 2017 17:14:25 -0800 Subject: add more grid layout options --- docs/components/forms.md | 50 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/components/forms.md b/docs/components/forms.md index 88740acfc..4606fd08d 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -392,6 +392,55 @@ Be sure to add `.col-form-label` to your `