aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-15 14:23:55 -0800
committerMark Otto <[email protected]>2013-12-15 14:23:55 -0800
commit393d523cdbf14c4522ed13dca701120aeded352c (patch)
tree4e56f55586777d0d621a0781243cf1c5b6dd578b /css.html
parent9023c087dbc17e206d830f36a5049d95aa548b36 (diff)
downloadbootstrap-393d523cdbf14c4522ed13dca701120aeded352c.tar.xz
bootstrap-393d523cdbf14c4522ed13dca701120aeded352c.zip
Fixes #11660: Depcreate small and .small in blockquote in favor of footer
Diffstat (limited to 'css.html')
-rw-r--r--css.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/css.html b/css.html
index 4bf8cf7ab..f7e70404d 100644
--- a/css.html
+++ b/css.html
@@ -857,17 +857,17 @@ base_url: "../"
<p>Style and content changes for simple variations on a standard <code>&lt;blockquote&gt;</code>.</p>
<h4>Naming a source</h4>
- <p>Add <code>&lt;small&gt;</code> tag or <code>.small</code> class for identifying the source. Wrap the name of the source work in <code>&lt;cite&gt;</code>.</p>
+ <p>Add a <code>&lt;footer&gt;</code> for identifying the source. Wrap the name of the source work in <code>&lt;cite&gt;</code>.</p>
<div class="bs-example">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
- <small>Someone famous in <cite title="Source Title">Source Title</cite></small>
+ <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer>
</blockquote>
</div>
{% highlight html %}
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
- <small>Someone famous in <cite title="Source Title">Source Title</cite></small>
+ <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer>
</blockquote>
{% endhighlight %}
@@ -876,7 +876,7 @@ base_url: "../"
<div class="bs-example" style="overflow: hidden;">
<blockquote class="pull-right">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
- <small>Someone famous in <cite title="Source Title">Source Title</cite></small>
+ <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer>
</blockquote>
</div>
{% highlight html %}