From: Mark Otto Date: Wed, 6 Aug 2014 00:21:54 +0000 (-0700) Subject: fix broke code block X-Git-Tag: v4.0.0-alpha~609 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e64015de33ebfe32530bdcb3b5ebc35334e76f;p=thirdparty%2Fbootstrap.git fix broke code block --- diff --git a/docs/components/typography.md b/docs/components/typography.md index 0cc70a6cb1..2b1b8166c5 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 %}