diff options
| author | Mark Otto <[email protected]> | 2012-02-17 21:18:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-17 21:18:08 -0800 |
| commit | b776cae902cf4cd6c0d7227214b8a835be8df750 (patch) | |
| tree | f551407084d03f5faf8bb1cb1eb7a268551f70fa | |
| parent | ec05ebc5ed2c2ecf76f0ff7ae38056a0cc72f375 (diff) | |
| download | bootstrap-b776cae902cf4cd6c0d7227214b8a835be8df750.tar.xz bootstrap-b776cae902cf4cd6c0d7227214b8a835be8df750.zip | |
add mention of js compilation to single file in customize page per #2003
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53351 -> 53351 bytes | |||
| -rw-r--r-- | docs/assets/css/docs.css | 8 | ||||
| -rw-r--r-- | docs/download.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/download.mustache | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex ddf89c1f4..eb28e640e 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index f6a388c23..1e63cd580 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -427,17 +427,17 @@ hr.soften { .download-btn { margin: 36px 0 108px; } -.download p, -.download h4 { +#download p, +#download h4 { max-width: 50%; margin: 0 auto; color: #999; text-align: center; } -.download h4 { +#download h4 { margin-bottom: 0; } -.download p { +#download p { margin-bottom: 18px; } .download-btn .btn { diff --git a/docs/download.html b/docs/download.html index 9159787d0..b7588ad47 100644 --- a/docs/download.html +++ b/docs/download.html @@ -210,7 +210,7 @@ </div><!-- /span --> <div class="span4"> <h4 class="muted">Heads up!</h4> - <p class="muted">All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.</p> + <p class="muted">All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.</p> </div><!-- /span --> </div><!-- /row --> </section> diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index fe38d1450..ae995b8a4 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -134,7 +134,7 @@ </div><!-- /span --> <div class="span4"> <h4 class="muted">{{_i}}Heads up!{{/i}}</h4> - <p class="muted">{{_i}}All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.{{/i}}</p> + <p class="muted">{{_i}}All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.{{/i}}</p> </div><!-- /span --> </div><!-- /row --> </section> |
