Created by: andriijas
This pull request adds a new feature for ul and ol
You may now have inline lists with ul.inline or ol.inline
You can combine it with unstyled.
Example:
<ul class="unstyled inline">
<li>foo</li>
<li>bar</li>
<li>baz</li>
</ul>
Added documentation.