diff options
| author | Mark Otto <[email protected]> | 2014-08-05 17:21:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-05 17:21:54 -0700 |
| commit | 60e64015de33ebfe32530bdcb3b5ebc35334e76f (patch) | |
| tree | 73774632635af2ccaaca8baf67c235847ee8b7d8 /docs | |
| parent | d71f6470c1f2532e8eecdd7835086a962c9ab1d2 (diff) | |
| download | bootstrap-60e64015de33ebfe32530bdcb3b5ebc35334e76f.tar.xz bootstrap-60e64015de33ebfe32530bdcb3b5ebc35334e76f.zip | |
fix broke code block
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/typography.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/typography.md b/docs/components/typography.md index 0cc70a6cb..2b1b8166c 100644 --- a/docs/components/typography.md +++ b/docs/components/typography.md @@ -306,7 +306,7 @@ Remove the default `list-style` and left margin on list items (immediate childre ### Inline -Place all list items on a single line with `display: inline-block; and some light padding. +Place all list items on a single line with `display: inline-block;` and some light padding. {% example html %} <ul class="list-inline"> |
