diff options
| author | James Friend <[email protected]> | 2014-08-28 09:32:08 +0800 |
|---|---|---|
| committer | James Friend <[email protected]> | 2014-08-28 09:32:08 +0800 |
| commit | 9aeaf19b1dca68ee71e916ae415a0c270a47d301 (patch) | |
| tree | bc8385acb8ec7a46bba03ff2ef7e4283cd9f1146 /docs/customize.html | |
| parent | e7991a9a1e2f474c8f1d8a2e0ed113816f1c5e82 (diff) | |
| parent | 35f09315ed543a0479719afa2143240952c215db (diff) | |
| download | bootstrap-9aeaf19b1dca68ee71e916ae415a0c270a47d301.tar.xz bootstrap-9aeaf19b1dca68ee71e916ae415a0c270a47d301.zip | |
Merge remote-tracking branch 'upstream/master' into node-requirable
Conflicts:
Gruntfile.js
Diffstat (limited to 'docs/customize.html')
| -rw-r--r-- | docs/customize.html | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/customize.html b/docs/customize.html index 2e067b8f4..2e918bd6e 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -12,6 +12,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge <!--[if lt IE 9]> <style> .bs-customizer, + .bs-customizer-import, .bs-docs-sidebar { display: none; } @@ -23,6 +24,17 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge <![endif]--> <!-- Customizer form --> + +<div class="bs-docs-section bs-customizer-import"> + <div id="import-drop-target" class="bs-dropzone"> + <h2>✍</h2> + <p class="lead">Have an existing configuration? Upload your <code>config.json</code> to import it.</p> + <p>Drag and drop here, or <label id="import-manual-trigger" class="btn-link">manually upload<input type="file" id="import-file-select" class="hidden"></label>.</p> + <hr> + <p><strong>Don't have one?</strong> That's okay—just start customizing the fields below.</p> + </div> +</div><!-- /import --> + <form class="bs-customizer" role="form"> <div class="bs-docs-section" id="less-section"> <button class="btn btn-default toggle" type="button">Toggle all</button> @@ -358,8 +370,6 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge {% include customizer-variables.html %} </div> - - <div class="bs-docs-section"> <h1 id="download" class="page-header">Download</h1> |
