From b776cae902cf4cd6c0d7227214b8a835be8df750 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 17 Feb 2012 21:18:08 -0800 Subject: [PATCH] add mention of js compilation to single file in customize page per #2003 --- docs/assets/bootstrap.zip | Bin 53351 -> 53351 bytes docs/assets/css/docs.css | 8 ++++---- docs/download.html | 2 +- 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 index ddf89c1f4261a71850d2cdb38b42a0c506c74881..eb28e640e31eff9a670a9e33bfe657bdd9272862 100644 GIT binary patch delta 450 zcmaF9fcg0XW}X0VW)?065Kvz=kw;NE(!}0B28c^5xEUB(zA`c}u!sO95y~`HO$<^oJO2`Dhb7Az2Dvhns`4xqr~Tbzzyk!X|6id@y~OzNv9&l5CaivsG3G}(Mj zP|ye@^wQZ3EEHw3S=GfrA1E|2K!!gvH(ft8gp+|8;uNqQK*jTmo!LMlK>aU@D+NIM zlUrs4Zc6*&Sf|(7pckX#RB;KF%PE0W-lN~Oo0|1XMn@9iv delta 450 zcmaF9fcg0XW}X0VW)?065SX=WB9Ef-Vm*8Rr9fO-!Og(P@|BT+fkgx;iJ~k(m2C-F z*<|0T(o8^oGi<>EOY}D0{>uRrn0$-V5h}7-k*k^=Bs5RZ2rRT%Z}T-lK_igROJ_5f zDpeN)eUM23GW?mj>H47|oD9qmr$FtPJipkP4I~28|Dw230Hi;;#TF*Ctfd+(q&!sx zY~)fsn7*v322hdB3#JMvGR_WL}fuDWoNvRc#qEbBk_XHIw0{jpLK!okW4d%m=887=UgBX@7_6Y dG`qdd8zGrC_q-j92Xy?O^G-}a-#J`R2LM)ZuOk2e diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index f6a388c236..1e63cd5809 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 9159787d09..b7588ad478 100644 --- a/docs/download.html +++ b/docs/download.html @@ -210,7 +210,7 @@

Heads up!

-

All plugins require the latest version of jQuery to be included.

+

All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of jQuery to be included.

diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index fe38d1450e..ae995b8a4d 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -134,7 +134,7 @@

{{_i}}Heads up!{{/i}}

-

{{_i}}All plugins require the latest version of jQuery to be included.{{/i}}

+

{{_i}}All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of jQuery to be included.{{/i}}