mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-11 08:54:23 +01:00
add mention of js compilation to single file in customize page per #2003
This commit is contained in:
parent
ec05ebc5ed
commit
b776cae902
Binary file not shown.
@ -427,17 +427,17 @@ hr.soften {
|
|||||||
.download-btn {
|
.download-btn {
|
||||||
margin: 36px 0 108px;
|
margin: 36px 0 108px;
|
||||||
}
|
}
|
||||||
.download p,
|
#download p,
|
||||||
.download h4 {
|
#download h4 {
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
color: #999;
|
color: #999;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.download h4 {
|
#download h4 {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.download p {
|
#download p {
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
}
|
}
|
||||||
.download-btn .btn {
|
.download-btn .btn {
|
||||||
|
@ -210,7 +210,7 @@
|
|||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<h4 class="muted">Heads up!</h4>
|
<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><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
</section>
|
</section>
|
||||||
|
2
docs/templates/pages/download.mustache
vendored
2
docs/templates/pages/download.mustache
vendored
@ -134,7 +134,7 @@
|
|||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<h4 class="muted">{{_i}}Heads up!{{/i}}</h4>
|
<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><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user