diff options
| author | Mark Otto <[email protected]> | 2013-08-05 08:33:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 08:33:15 -0700 |
| commit | 550493a87e268e3ab2971daa5c2be258bf611cec (patch) | |
| tree | 32ea4a6b8169aedafbcb079105489a95167ab304 | |
| parent | 38a0eb6f7719110ae1d71922ad71d55f864e2984 (diff) | |
| download | bootstrap-550493a87e268e3ab2971daa5c2be258bf611cec.tar.xz bootstrap-550493a87e268e3ab2971daa5c2be258bf611cec.zip | |
Fixes #9073: add note to homepage about download differences
| -rw-r--r-- | assets/css/docs.css | 4 | ||||
| -rw-r--r-- | index.html | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 154596b3e..4a92fa2a2 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -123,7 +123,7 @@ body { /* Download button */ .bs-masthead .btn-outline { - margin-top: 5px; + margin-top: 20px; margin-bottom: 5px; padding: 18px 24px; font-size: 21px; @@ -833,7 +833,7 @@ input.focused { .bs-masthead h1 { font-size: 100px; } - .bs-masthead p { + .bs-masthead .lead { margin-left: 15%; margin-right: 15%; font-size: 30px; diff --git a/index.html b/index.html index ea5568ec9..a7cdf2328 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ base_url: "./" <div class="container"> <h1>Bootstrap 3</h1> <p class="lead">Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p> + <p><strong>Heads up!</strong> Until the final v3 is released, downloads may be behind the development branch and Bower package.</p> <p> <a href="{{ site.download_dist }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0 RC1']);">Download Bootstrap</a> </p> |
