]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
rip out the .blockquote-* children classes for margin utils
authorMark Otto <markdotto@gmail.com>
Tue, 8 Dec 2015 07:36:35 +0000 (23:36 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 8 Dec 2015 07:36:35 +0000 (23:36 -0800)
docs/content/typography.md
scss/_type.scss

index fec257e2589aa1f5a18b017723a9cb795040189e..651e2c49c9fe2e775e080460b2c87fc7e1beb6dd 100644 (file)
@@ -147,11 +147,11 @@ Add `.initialism` to an abbreviation for a slightly smaller font-size.
 
 ## Blockquotes
 
-For quoting blocks of content from another source within your document. Wrap `<blockquote class="blockquote">` around any <abbr title="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes, we recommend a `<p class="blockquote-text">` or list `<ul class="blockquote-list">` , `<ol class="blockquote-list">`.
+For quoting blocks of content from another source within your document. Wrap `<blockquote class="blockquote">` around any <abbr title="HyperText Markup Language">HTML</abbr> as the quote.
 
 {% example html %}
 <blockquote class="blockquote">
-  <p class="blockquote-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
+  <p class="m-b-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
 </blockquote>
 {% endexample %}
 
@@ -161,7 +161,7 @@ Add a `<footer class="blockquote-footer">` for identifying the source. Wrap the
 
 {% example html %}
 <blockquote class="blockquote">
-  <p class="blockquote-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
+  <p class="m-b-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
   <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer>
 </blockquote>
 {% endexample %}
@@ -172,7 +172,7 @@ Add `.blockquote-reverse` for a blockquote with right-aligned content.
 
 {% example html %}
 <blockquote class="blockquote blockquote-reverse">
-  <p class="blockquote-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
+  <p class="m-b-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
   <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer>
 </blockquote>
 {% endexample %}
index da286e53a7fa27c4814ddb3e7a3db916a51dddb1..f770d20ed8f6155dd7d7330076ed4dbf6392c7f2 100644 (file)
@@ -127,14 +127,6 @@ mark,
   border-left: .25rem solid $blockquote-border-color;
 }
 
-.blockquote-text,
-.blockquote-list // ul, ol
- {
-  &:last-child {
-    margin-bottom: 0;
-  }
-}
-
 .blockquote-footer {
   display: block;
   font-size: 80%; // back to default font-size