diff options
| author | Mark Otto <[email protected]> | 2013-06-08 20:53:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-08 20:53:37 -0700 |
| commit | 8b136f5b66cf922d434a9d3b96c13979284bf94b (patch) | |
| tree | 1453eeeb971cc29355de2e103ea2eb0b24f9d82d /docs/css.html | |
| parent | 254eba37b23e0bd9c6db23c4171ea27d8ece8109 (diff) | |
| parent | 232c03dc2f076534633f4579b8becf88633d07e7 (diff) | |
| download | bootstrap-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.html | 2 |
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 %} |
