diff options
| author | Heinrich Fenkart <[email protected]> | 2014-10-22 19:46:40 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-10-22 19:46:40 +0200 |
| commit | 60bb69acd512d3d54fc388823f9946cd0d350f6f (patch) | |
| tree | 3d8b803e023cee2e7d5c6ed90840fc2026b55fc6 /docs/customize.html | |
| parent | b2385016ecfc0cbd2059a595c66726236a7bc91f (diff) | |
| parent | a4f93895be88b7e5535ee9b4993d539c6e5b5d8d (diff) | |
| download | bootstrap-60bb69acd512d3d54fc388823f9946cd0d350f6f.tar.xz bootstrap-60bb69acd512d3d54fc388823f9946cd0d350f6f.zip | |
Merge pull request #14829 from lipis/blank-lines
Added/removed blank lines in the docs for consitency
Diffstat (limited to 'docs/customize.html')
| -rw-r--r-- | docs/customize.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/customize.html b/docs/customize.html index 4d9487baa..b4725ab63 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -5,6 +5,7 @@ slug: customize lead: Customize Bootstrap's components, Less variables, and jQuery plugins to get your very own version. --- + <!-- less.js isn't IE8-compatible and throws an exception during initialization, so our Blob compatibility check and error messaging code never get called in that case. So we use a conditional comment instead to inform folks about the lack of IE8 support. --> @@ -260,8 +261,6 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge </div><!-- /.row --> </div> - - <div class="bs-docs-section" id="plugin-section"> <button class="btn btn-default toggle" type="button">Toggle all</button> <h1 id="plugins" class="page-header">jQuery plugins</h1> @@ -359,8 +358,6 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge </div> </div> - - <div class="bs-docs-section" id="less-variables-section"> <button class="btn btn-default toggle" type="button">Reset to defaults</button> <h1 id="less-variables" class="page-header">Less variables</h1> |
