Skip to content

Commit

Permalink
Added/removed blank lines in the docs for consitency
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis committed Oct 22, 2014
1 parent 8a6a253 commit a4f9389
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,4 @@ <h2>Colors</h2>
<div class="color-swatch bs-gray"></div>
</div>
</div>

</div>
1 change: 0 additions & 1 deletion docs/browser-bugs.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,4 @@ <h1 id="browser-bugs" class="page-header">Browser bugs</h1>
</tbody>
</table>
</div>

</div>
1 change: 1 addition & 0 deletions docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
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 %}
Expand Down
1 change: 1 addition & 0 deletions docs/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
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 %}
Expand Down
5 changes: 1 addition & 4 deletions docs/customize.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
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.
-->
Expand Down Expand Up @@ -260,8 +261,6 @@ <h3>JavaScript components</h3>
</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>
Expand Down Expand Up @@ -359,8 +358,6 @@ <h4>jQuery required</h4>
</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>
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
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 %}
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: Bootstrap &middot; 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>
Expand Down
1 change: 1 addition & 0 deletions docs/javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
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 %}
Expand Down
3 changes: 0 additions & 3 deletions docs/migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
---



<!-- Migration
================================================== -->
<div class="bs-docs-section">
Expand Down Expand Up @@ -316,7 +315,6 @@ <h2 id="new">What's new</h2>
</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">
Expand Down Expand Up @@ -423,7 +421,6 @@ <h2 id="dropped">What's removed</h2>
</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>
Expand Down
1 change: 1 addition & 0 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit a4f9389

Please sign in to comment.