diff options
| author | Bass Jobsen <[email protected]> | 2015-11-03 01:57:37 +0100 |
|---|---|---|
| committer | Bass Jobsen <[email protected]> | 2015-11-03 01:57:37 +0100 |
| commit | 2c7bac8f4f696537f4f22d2472f5a33ff4547d08 (patch) | |
| tree | 779e1f104d312a889ea6b21c3d92d9b1ad72745b /docs/content | |
| parent | 63ea4a38f87421fff13597433c44ea5ba3d633b2 (diff) | |
| download | bootstrap-2c7bac8f4f696537f4f22d2472f5a33ff4547d08.tar.xz bootstrap-2c7bac8f4f696537f4f22d2472f5a33ff4547d08.zip | |
Update typography.md
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/typography.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md index bc2a85c63..d8cd4b010 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -209,9 +209,9 @@ Place all list items on a single line with `display: inline-block;` and some lig {% example html %} <ul class="list-inline"> - <li>Lorem ipsum</li> - <li>Phasellus iaculis</li> - <li>Nulla volutpat</li> + <li class="list-inline-item">Lorem ipsum</li> + <li class="list-inline-item">Phasellus iaculis</li> + <li class="list-inline-item">Nulla volutpat</li> </ul> {% endexample %} |
