social-likes-nojq/gh-pages/tamia/modules/list
Artem Sapegin 1e3cb062ee Move the builder page to the main branch. 2016-01-10 19:11:24 +01:00
..
Readme.md Move the builder page to the main branch. 2016-01-10 19:11:24 +01:00
example.html Move the builder page to the main branch. 2016-01-10 19:11:24 +01:00
index.styl Move the builder page to the main branch. 2016-01-10 19:11:24 +01:00

Readme.md

Unordered list

Unordered list with dashes (—) as bullets.

Markup

<ul class="list">
	<li>Dog</li>
	<li>Cat</li>
	<li>Mouse</li>
	<li>Moose</li>
</ul>

Configuration

list_inside

Type: Boolean, default: false.

If true places bullets inside container (by default bullets are outside).

Caveats

  1. If list_inside is false (default) automatically places bullets inside container (like list_inside = true does) when window width is less than max_width global variable.

  2. ULs inside .text class are treated as .list.