aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-08 20:53:37 -0700
committerMark Otto <[email protected]>2013-06-08 20:53:37 -0700
commit8b136f5b66cf922d434a9d3b96c13979284bf94b (patch)
tree1453eeeb971cc29355de2e103ea2eb0b24f9d82d /docs/css.html
parent254eba37b23e0bd9c6db23c4171ea27d8ece8109 (diff)
parent232c03dc2f076534633f4579b8becf88633d07e7 (diff)
downloadbootstrap-8b136f5b66cf922d434a9d3b96c13979284bf94b.tar.xz
bootstrap-8b136f5b66cf922d434a9d3b96c13979284bf94b.zip
Merge pull request #8080 from mladenplavsic/patch-2
Update css.html
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html
index 264d4c672..2806d3e4a 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -504,7 +504,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."
{% highlight html %}
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
- <small>Someone famous <cite title="Source Title">Source Title</cite></small>
+ <small>Someone famous in <cite title="Source Title">Source Title</cite></small>
</blockquote>
{% endhighlight %}