diff options
| author | XhmikosR <[email protected]> | 2014-12-31 19:17:46 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-12-31 19:17:46 +0200 |
| commit | 1b8f00b3893cdb503decc87802440df495f4d3cb (patch) | |
| tree | 9dfadb190ceb816e628e419f22c4223b7cd3d8bc /docs/customize.html | |
| parent | b4ac87c901edbd4418336ad56f583bb3d4de7b08 (diff) | |
| parent | 13d7cc7d4c0bd73a4875aa8dc65f52506431937f (diff) | |
| download | bootstrap-1b8f00b3893cdb503decc87802440df495f4d3cb.tar.xz bootstrap-1b8f00b3893cdb503decc87802440df495f4d3cb.zip | |
Merge pull request #15292 from twbs/customize-icon
Use a glyphicon instead of the unicode character.
Diffstat (limited to 'docs/customize.html')
| -rw-r--r-- | docs/customize.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/customize.html b/docs/customize.html index 52cde062f..253cd54f8 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -32,13 +32,15 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge <div class="bs-docs-section bs-customizer-import"> <div id="import-drop-target" class="bs-dropzone"> - <h2>✍</h2> + <div class="import-header"> + <span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> + </div> <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 --> +</div> <form class="bs-customizer"> <div class="bs-docs-section" id="less-section"> |
