diff options
| author | Mark Otto <[email protected]> | 2014-10-26 22:56:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-26 22:56:35 -0700 |
| commit | c672f9e07990c1f7d805938be74bc8cfa0eed1b1 (patch) | |
| tree | 26c1d03a42916def3f2582fc631bed5648200ac0 /docs | |
| parent | 66bb0b4fc963fec42e7168f40b18703d3f31bfa8 (diff) | |
| parent | f0fd6df63acc7e845c3b94867120f2f117ea36a5 (diff) | |
| download | bootstrap-c672f9e07990c1f7d805938be74bc8cfa0eed1b1.tar.xz bootstrap-c672f9e07990c1f7d805938be74bc8cfa0eed1b1.zip | |
Merge pull request #14881 from bhamodi/white-space-optimization
Removed unnecessary new lines that were inconsistent with the current formatting style.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/blog/blog.css | 1 | ||||
| -rw-r--r-- | docs/examples/carousel/carousel.css | 3 | ||||
| -rw-r--r-- | docs/examples/carousel/index.html | 1 | ||||
| -rw-r--r-- | docs/examples/offcanvas/index.html | 1 | ||||
| -rw-r--r-- | docs/examples/theme/index.html | 13 |
5 files changed, 0 insertions, 19 deletions
diff --git a/docs/examples/blog/blog.css b/docs/examples/blog/blog.css index 9d7298160..f9106eb47 100644 --- a/docs/examples/blog/blog.css +++ b/docs/examples/blog/blog.css @@ -120,7 +120,6 @@ h6, .h6 { } - /* Pagination */ .pager { margin-bottom: 60px; diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css index a5143f5e0..8833f82dd 100644 --- a/docs/examples/carousel/carousel.css +++ b/docs/examples/carousel/carousel.css @@ -8,7 +8,6 @@ body { } - /* CUSTOMIZE THE NAVBAR -------------------------------------------------- */ @@ -62,7 +61,6 @@ body { } - /* MARKETING CONTENT -------------------------------------------------- */ @@ -95,7 +93,6 @@ body { } - /* RESPONSIVE CSS -------------------------------------------------- */ diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 38efe2682..6ffc66d5a 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -121,7 +121,6 @@ </div><!-- /.carousel --> - <!-- Marketing messaging and featurettes ================================================== --> <!-- Wrap the rest of the page in another container to center all the content. --> diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 676dec7e5..eee2918c4 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -120,7 +120,6 @@ </div><!--/.container--> - <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index a64acdaaf..de9ea99bf 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -75,7 +75,6 @@ </div> - <div class="page-header"> <h1>Buttons</h1> </div> @@ -117,7 +116,6 @@ </p> - <div class="page-header"> <h1>Tables</h1> </div> @@ -259,14 +257,12 @@ </div> - <div class="page-header"> <h1>Thumbnails</h1> </div> <img data-src="holder.js/200x200" class="img-thumbnail" alt="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera"> - <div class="page-header"> <h1>Labels</h1> </div> @@ -328,7 +324,6 @@ </p> - <div class="page-header"> <h1>Badges</h1> </div> @@ -357,7 +352,6 @@ </div> - <div class="page-header"> <h1>Navs</h1> </div> @@ -373,7 +367,6 @@ </ul> - <div class="page-header"> <h1>Navbars</h1> </div> @@ -445,7 +438,6 @@ </nav> - <div class="page-header"> <h1>Alerts</h1> </div> @@ -463,7 +455,6 @@ </div> - <div class="page-header"> <h1>Progress bars</h1> </div> @@ -492,7 +483,6 @@ </div> - <div class="page-header"> <h1>List groups</h1> </div> @@ -536,7 +526,6 @@ </div> - <div class="page-header"> <h1>Panels</h1> </div> @@ -598,7 +587,6 @@ </div> - <div class="page-header"> <h1>Wells</h1> </div> @@ -607,7 +595,6 @@ </div> - <div class="page-header"> <h1>Carousel</h1> </div> |
