]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove double spaces.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 4 Oct 2017 09:46:36 +0000 (12:46 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 4 Oct 2017 10:01:15 +0000 (13:01 +0300)
docs/4.0/components/card.md
docs/4.0/components/collapse.md
docs/4.0/components/list-group.md
docs/4.0/examples/dashboard/index.html
docs/4.0/utilities/vertical-align.md

index 9db9bc3c98bc41afea653680145adfd054848ca5..5da0ef0393154e62ca67f4f332b3b920a8e619a7 100644 (file)
@@ -47,7 +47,7 @@ The building block of a card is the `.card-body`. Use it whenever you need a pad
 
 ### Titles, text, and links
 
-Card titles are used by adding `.card-title` to a `<h*>` tag. In the same way, links are added and placed next to each other by adding `.card-link` to  a `<a>` tag.
+Card titles are used by adding `.card-title` to a `<h*>` tag. In the same way, links are added and placed next to each other by adding `.card-link` to an `<a>` tag.
 
 Subtitles are used by adding a `.card-subtitle` to a `<h*>` tag. If the `.card-title` and the `.card-subtitle` items are placed in a `.card-body` item, the card title and subtitle are aligned nicely.
 
index 536cc177faba2438ddac09a6140dc82df0cd383f..a34ffeb7ba287d3508a0af450723683ccef2a67f 100644 (file)
@@ -35,7 +35,7 @@ You can use a link with the `href` attribute, or a button with the `data-target`
 ## Multiple targets
 
 A `<button>` or `<a>` can show and hide multiple elements by referencing them with a JQuery selector in its `href` or `data-target` attribute.
-Multiple `<button>` or `<a>` can  show and hide an element if they each reference it with their `href` or `data-target` attribute
+Multiple `<button>` or `<a>` can show and hide an element if they each reference it with their `href` or `data-target` attribute
 
 {% example html %}
 <p>
index 1a279658829f7603c5887fa1794c9ae5ee148aa0..2d5b4f16e0e3683d788ee6001ccfe4e415f71904 100644 (file)
@@ -217,7 +217,7 @@ Use the tab JavaScript plugin—include it individually or through the compiled
 
 ### Using data attributes
 
-You can activate a list group navigation without writing any JavaScript by simply specifying `data-toggle="list"` or  on an element. Use these data attributes on `.list-group-item`.
+You can activate a list group navigation without writing any JavaScript by simply specifying `data-toggle="list"` or on an element. Use these data attributes on `.list-group-item`.
 
 <div role="tabpanel">
 {% highlight html %}
index ece8fd595d353fbb79bd48626f9752cd30e79901..b200fb7b2a33a1537c40643bf886ef187d6d3ae8 100644 (file)
@@ -93,7 +93,7 @@
           </ul>
         </nav>
 
-        <main  role="main" class="col-sm-9 ml-sm-auto col-md-10 pt-3">
+        <main role="main" class="col-sm-9 ml-sm-auto col-md-10 pt-3">
           <h1>Dashboard</h1>
 
           <section class="row text-center placeholders">
index 3bb4fb8514acf87306d1022f878c12daecb4d88c..2b246eb31a8398aa8c05605e0a932c59aeeaba8a 100644 (file)
@@ -7,7 +7,7 @@ group: utilities
 
 Change the alignment of elements with the [`vertical-alignment`](https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align) utilities. Please note that vertical-align only affects inline, inline-block, inline-table, and table cell elements.
 
-Choose from  `.align-baseline`, `.align-top`, `.align-middle`, `.align-bottom`, `.align-text-bottom`, and `.align-text-top` as needed.
+Choose from `.align-baseline`, `.align-top`, `.align-middle`, `.align-bottom`, `.align-text-bottom`, and `.align-text-top` as needed.
 
 With inline elements: