From 58286c1ba5c7f8a89500911a8256b1515a5005be Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 25 Nov 2017 23:21:58 -0800 Subject: 3.3.7 link --- docs/_includes/nav/main.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_includes') diff --git a/docs/_includes/nav/main.html b/docs/_includes/nav/main.html index d0fd1f81c..fe261be26 100644 --- a/docs/_includes/nav/main.html +++ b/docs/_includes/nav/main.html @@ -36,6 +36,7 @@
  • Latest (4.x)
  • v4 Alpha 6
  • v{{ site.current_version }}
  • +
  • v3.3.7
  • v2.3.2
  • -- cgit v1.2.3 From fac48547a6c82b8f324350ca4c399892e76b3721 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Nov 2017 13:41:51 -0800 Subject: fix broken url --- docs/_includes/getting-started/browser-device-support.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html index 3979392f9..b935c3875 100644 --- a/docs/_includes/getting-started/browser-device-support.html +++ b/docs/_includes/getting-started/browser-device-support.html @@ -78,7 +78,7 @@

    For Firefox, in addition to the latest normal stable release, we also support the latest Extended Support Release (ESR) version of Firefox.

    Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 7, as well as Microsoft Edge, though they are not officially supported.

    -

    For a list of some of the browser bugs that Bootstrap has to grapple with, see our Wall of browser bugs.

    +

    For a list of some of the browser bugs that Bootstrap has to grapple with, see our Wall of browser bugs.

    Internet Explorer 8 and 9

    Internet Explorer 8 and 9 are also supported, however, please be aware that some CSS3 properties and HTML5 elements are not fully supported by these browsers. In addition, Internet Explorer 8 requires the use of Respond.js to enable media query support.

    -- cgit v1.2.3 From a720e23a518388ae5a374f3499099ca14a68e1e7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Nov 2017 13:42:01 -0800 Subject: remove autocomplete --- docs/_includes/js/buttons.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index 2249bbd70..e6ddba2db 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -16,12 +16,12 @@

    For the sake of this demonstration, we are using data-loading-text and $().button('loading'), but that's not the only state you can use. See more on this below in the $().button(string) documentation.

    -
    {% highlight html %} - @@ -41,12 +41,12 @@

    For pre-toggled buttons, you must add the .active class and the aria-pressed="true" attribute to the button yourself.

    -
    {% highlight html %} - {% endhighlight %} @@ -64,26 +64,26 @@
    {% highlight html %}
    {% endhighlight %} @@ -91,26 +91,26 @@
    {% highlight html %}
    {% endhighlight %} @@ -126,7 +126,7 @@

    Swaps text to any data defined text state.

    {% highlight html %} - -- cgit v1.2.3