Commit 60e64015 authored by Mark Otto's avatar Mark Otto

fix broke code block

parent d71f6470
...@@ -306,7 +306,7 @@ Remove the default `list-style` and left margin on list items (immediate childre ...@@ -306,7 +306,7 @@ Remove the default `list-style` and left margin on list items (immediate childre
### Inline ### 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 %} {% example html %}
<ul class="list-inline"> <ul class="list-inline">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment