diff options
| author | Mladen Plavsic <[email protected]> | 2013-06-05 13:59:13 +0300 |
|---|---|---|
| committer | Mladen Plavsic <[email protected]> | 2013-06-05 13:59:13 +0300 |
| commit | 232c03dc2f076534633f4579b8becf88633d07e7 (patch) | |
| tree | 1f1dfa0d609e48a8da2a429e958d1021908fe92c | |
| parent | 45c5b4e45c1d6479801dc205e13b350e334ebcd0 (diff) | |
| download | bootstrap-232c03dc2f076534633f4579b8becf88633d07e7.tar.xz bootstrap-232c03dc2f076534633f4579b8becf88633d07e7.zip | |
Update css.html
Missing word "in" in "Someone famous in Source Title"
| -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 %} |
