]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove a few extra newlines.
authorXhmikosR <xhmikosr@gmail.com>
Fri, 3 Nov 2017 11:33:46 +0000 (13:33 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 3 Nov 2017 12:12:47 +0000 (14:12 +0200)
14 files changed:
docs/4.0/components/input-group.md
docs/4.0/components/popovers.md
docs/4.0/examples/blog/blog.css
docs/4.0/examples/blog/index.html
docs/4.0/examples/carousel/index.html
docs/4.0/examples/cover/cover.css
docs/4.0/examples/justified-nav/index.html
docs/4.0/examples/navbar-top-fixed/index.html
docs/4.0/examples/navbar-top/index.html
docs/4.0/examples/navbars/index.html
docs/4.0/examples/offcanvas/index.html
docs/4.0/examples/starter-template/index.html
docs/4.0/examples/sticky-footer-navbar/index.html
docs/4.0/examples/tooltip-viewport/index.html

index 011a1edc75d86c26ba4f548b72b4bb5459520ec6..27995d4099f1c78cb3797d04ef26bbefbea5ba4f 100644 (file)
@@ -6,8 +6,6 @@ group: components
 toc: true
 ---
 
-
-
 ## Basic example
 
 Place one add-on or button on either side of an input. You may also place one on both sides of an input. **We do not support multiple form-controls in a single input group** and `<label>`s must come outside the input group.
index 31ff5c61f4dc80f57f098aed0e30598a22b2ef82..9f0472e3e365e25e690aef90127c19c569aae4f0 100644 (file)
@@ -10,7 +10,6 @@ toc: true
 
 Things to know when using the popover plugin:
 
-
 - Popovers rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning. You must include [popper.min.js]({{ site.cdn.popper }}) before bootstrap.js or use `bootstrap.bundle.min.js` / `bootstrap.bundle.js` which contains Popper.js in order for popovers to work!
 - Popovers require the [tooltip plugin]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/tooltips/) as a dependency.
 - If you're building our JavaScript from source, it [requires `util.js`]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/#util).
index e4381fec661670e5012874b4b7134c0e8d101750..ae397f561ccf5cf333868862b60318b3c870fc5b 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Globals
  */
-
 @media (min-width: 48em) {
   html {
     font-size: 18px;
@@ -30,20 +29,16 @@ h6,
   color: #333;
 }
 
-
 /*
  * Override Bootstrap's default container.
  */
-
 .container {
   max-width: 60rem;
 }
 
-
 /*
  * Masthead for nav
  */
-
 .blog-masthead {
   margin-bottom: 3rem;
   background-color: #428bca;
@@ -81,11 +76,9 @@ h6,
   border-left: .3rem solid transparent;
 }
 
-
 /*
  * Blog name and description
  */
-
 .blog-header {
   padding-bottom: 1.25rem;
   margin-bottom: 2rem;
@@ -107,7 +100,6 @@ h6,
   }
 }
 
-
 /*
  * Main column and sidebar layout
  */
@@ -127,7 +119,6 @@ h6,
   margin-bottom: 0;
 }
 
-
 /* Pagination */
 .blog-pagination {
   margin-bottom: 4rem;
@@ -136,11 +127,9 @@ h6,
   border-radius: 2rem;
 }
 
-
 /*
  * Blog posts
  */
-
 .blog-post {
   margin-bottom: 4rem;
 }
@@ -153,11 +142,9 @@ h6,
   color: #999;
 }
 
-
 /*
  * Footer
  */
-
 .blog-footer {
   padding: 2.5rem 0;
   color: #999;
index 2257cef959389a16a510429a9fc944b120fe2d06..dbc919e038af1f1949acb2a67f0a343bf10de004 100644 (file)
       </p>
     </footer>
 
-
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
index 32bc81e5c31ea85fd3877c02df0c39305d96ccdc..48ad622d809a1a4d85e0b581d3cbff96032eec7d 100644 (file)
         <p class="float-right"><a href="#">Back to top</a></p>
         <p>&copy; 2017 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
       </footer>
-
     </main>
 
-
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
index 96a89740bf5c9d1a18b05e00d9045c401fc8e25b..1783756e7c0d2c16cd86810049b32e62528bf8cd 100644 (file)
@@ -23,7 +23,6 @@ a:hover {
 /*
  * Base structure
  */
-
 html,
 body {
   height: 100%;
@@ -61,7 +60,6 @@ body {
 /*
  * Header
  */
-
 .masthead {
   margin-bottom: 2rem;
 }
@@ -105,7 +103,6 @@ body {
 /*
  * Cover
  */
-
 .cover {
   padding: 0 1.5rem;
 }
@@ -118,7 +115,6 @@ body {
 /*
  * Footer
  */
-
 .mastfoot {
   color: rgba(255, 255, 255, .5);
 }
@@ -127,7 +123,6 @@ body {
 /*
  * Affix and center
  */
-
 @media (min-width: 40em) {
   /* Pull out the header and footer */
   .masthead {
index 49533219526d2b08355fbed52c2669bbc0d7d7c2..5667232e28e9a0c62438287df881028e6479bdfe 100644 (file)
@@ -94,7 +94,6 @@
 
     </div> <!-- /container -->
 
-
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
index 54e56fc48b77e1812d7e5daf102a0aa1c3731c70..673d61e04984eb583880edee3f4be2a97da6ba33 100644 (file)
@@ -50,7 +50,6 @@
       </div>
     </main>
 
-
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
index 3aeb45a8a4739396a0c40ded2d53867c9e61fc19..7efb5c91cd7106bf1f80893c505b4ff859219040 100644 (file)
@@ -50,7 +50,6 @@
       </div>
     </main>
 
-
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
index 297b8912fabbc0756c4d98efd43f82f56993c87e..9716b0fa7087ca5521d301fd7196a0e2fecae0d3 100644 (file)
       </main>
     </div>
 
-
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
index c3ba9694cc02106244eefe794dcbd1fab8bd24c1..38351859f7539426d41302c784c00ff7bee8855e 100644 (file)
       <p>&copy; Company 2017</p>
     </footer>
 
-
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
index 660f521fa163fb7852f9d89c11113844814d2f9c..410e472067d590f111ae0d60953b15a881750a1a 100644 (file)
@@ -60,7 +60,6 @@
 
     </main><!-- /.container -->
 
-
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
index 63beed2a402e186827305eb8e6d0d1f896788949..cb4e1d2ce3e4a70ef0a61ecf3e159b2152d27021 100644 (file)
@@ -60,7 +60,6 @@
       </div>
     </footer>
 
-
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
index b5899d2e973986d0edac11efe70375b121b66b09..aa8a13a0e0c29d98066986b21af6776315d30bab 100644 (file)
@@ -33,7 +33,6 @@
       <button type="button" class="btn btn-secondary tooltip-viewport-right btn-bottom" title="This should be shifted up">Shift Up</button>
     </div>
 
-
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->