From 38d6e7179a03c5830030d96e2ab3190760a60695 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 12 Aug 2013 12:32:32 -0700 Subject: don't show download_dist in favor of site.download; addresses #9138 & its many dupes --- getting-started.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index f9245e5f8..c326734b2 100644 --- a/getting-started.html +++ b/getting-started.html @@ -15,9 +15,14 @@ base_url: "../"

There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

+

Download latest full source

+

Until Bootstrap 3.0.0 is finalized, download the latest full source code (includes compiled and minified versions of our CSS and JavaScript under the dist/ directory).

+ Download latest Bootstrap 3 +

More download options

-- cgit v1.2.3 From 54a3e4b780b711660e650d909e0e11875d7ff505 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 22:47:19 -0700 Subject: mention fubared state of overflow hidden on body in android and iOS to fix #8975 and #9315 --- getting-started.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index add06adbf..4de547416 100644 --- a/getting-started.html +++ b/getting-started.html @@ -185,6 +185,9 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
  • Tweak your percentages manually to get the perfect rounding for Safari (more difficult than the first option)
  • We'll keep an eye on this though and update our code if we have an easy solution.

    + +

    Modals and mobile devices

    +

    Support for overflow: hidden on the <body> element is quite limited in iOS and Android. To that end, when you scroll past the top or bottom of a modal in either of those devices' browsers, the <body> content will begin to scroll.

    -- cgit v1.2.3