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 | |
| 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
| -rw-r--r-- | docs/about.html | 1 | ||||
| -rw-r--r-- | docs/browser-bugs.html | 1 | ||||
| -rw-r--r-- | docs/components.html | 1 | ||||
| -rw-r--r-- | docs/css.html | 1 | ||||
| -rw-r--r-- | docs/customize.html | 5 | ||||
| -rw-r--r-- | docs/getting-started.html | 1 | ||||
| -rw-r--r-- | docs/index.html | 1 | ||||
| -rw-r--r-- | docs/javascript.html | 1 | ||||
| -rw-r--r-- | docs/migration.html | 3 | ||||
| -rw-r--r-- | docs/sitemap.xml | 1 |
10 files changed, 7 insertions, 9 deletions
diff --git a/docs/about.html b/docs/about.html index 70a6717e4..c503e971b 100644 --- a/docs/about.html +++ b/docs/about.html @@ -121,5 +121,4 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o <div class="color-swatch bs-gray"></div> </div> </div> - </div> diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 630f6b666..ec7408626 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -116,5 +116,4 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." </tbody> </table> </div> - </div> diff --git a/docs/components.html b/docs/components.html index fcc1775c2..ad67d7c02 100644 --- a/docs/components.html +++ b/docs/components.html @@ -5,6 +5,7 @@ slug: components lead: "Over a dozen reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more." --- + {% include components/glyphicons.html %} {% include components/dropdowns.html %} {% include components/button-groups.html %} diff --git a/docs/css.html b/docs/css.html index 8f24fd8c3..baefd6526 100644 --- a/docs/css.html +++ b/docs/css.html @@ -5,6 +5,7 @@ slug: css lead: "Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system." --- + {% include css/overview.html %} {% include css/grid.html %} {% include css/type.html %} 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> diff --git a/docs/getting-started.html b/docs/getting-started.html index 157d001a9..99985c3ad 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -5,6 +5,7 @@ slug: getting-started lead: "An overview of Bootstrap, how to download and use, basic templates and examples, and more." --- + {% include getting-started/download.html %} {% include getting-started/whats-included.html %} {% include getting-started/grunt.html %} diff --git a/docs/index.html b/docs/index.html index bab3c0f88..e2539a8d9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,6 +3,7 @@ layout: home title: Bootstrap · The world's most popular mobile-first and responsive front-end framework. --- + <main class="bs-docs-masthead" id="content" role="main"> <div class="container"> <span class="bs-docs-booticon bs-docs-booticon-lg bs-docs-booticon-outline">B</span> diff --git a/docs/javascript.html b/docs/javascript.html index e6151cb27..e49c79916 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -5,6 +5,7 @@ slug: js lead: "Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one." --- + {% include js/overview.html %} {% include js/transitions.html %} {% include js/modal.html %} diff --git a/docs/migration.html b/docs/migration.html index 5a1e1a012..c3529b837 100644 --- a/docs/migration.html +++ b/docs/migration.html @@ -6,7 +6,6 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m --- - <!-- Migration ================================================== --> <div class="bs-docs-section"> @@ -316,7 +315,6 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m </table> </div><!-- /.table-responsive --> - <h2 id="dropped">What's removed</h2> <p>The following elements have been dropped or changed in v3.0.</p> <div class="table-responsive"> @@ -423,7 +421,6 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m </table> </div><!-- /.table-responsive --> - <h2 id="notes">Additional notes</h2> <p>Other changes in v3.0 are not immediately apparent. Base classes, key styles, and behaviors have been adjusted for flexibility and our <em>mobile first</em> approach. Here's a partial list:</p> <ul> diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 7c88008f9..0d59915de 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -1,6 +1,7 @@ --- --- + <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> |
