|
|
@@ -1,4 +1,4 @@
|
|
|
- <section id="list" data-transition="slide">
|
|
|
+<section id="list" data-transition="slide">
|
|
|
<header data-title="Lists" class="extended">
|
|
|
<nav class="button">
|
|
|
<a href="#back" data-router="section" data-label="back"></a>
|
|
|
@@ -7,13 +7,11 @@
|
|
|
|
|
|
<nav class="groupbar">
|
|
|
<a href="#list-normal" data-router="article" class="current" data-icon="checkmark" data-label="Normal"></a>
|
|
|
- <a href="#list-indented" data-router="article" data-icon="close" data-label="Indented"></a>
|
|
|
+ <a href="#list-indented" data-router="article" data-label="Indented"></a>
|
|
|
</nav>
|
|
|
|
|
|
<article id="list-normal" class="list scroll">
|
|
|
<ul>
|
|
|
- <li class="anchor">With right elements</li>
|
|
|
-
|
|
|
<li>
|
|
|
<strong><li> + <strong> </strong>
|
|
|
</li>
|
|
|
@@ -33,15 +31,27 @@
|
|
|
<small><small></small>
|
|
|
</li>
|
|
|
|
|
|
- <li class="anchor">.arrow class</li>
|
|
|
+ <li class="anchor">colors</li>
|
|
|
|
|
|
- <li class="arrow">
|
|
|
- <strong><li .arrow> + <strong> </strong>
|
|
|
+ <li class="dark">
|
|
|
+ <strong><li .dark> + <strong> </strong>
|
|
|
+ <small><small></small>
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="theme">
|
|
|
+ <strong><li .theme> + <strong> </strong>
|
|
|
+ <small><small></small>
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="arrow light">
|
|
|
+ <strong><li .arrow.light> + <strong> </strong>
|
|
|
+ <small><small></small>
|
|
|
</li>
|
|
|
|
|
|
+ <li class="anchor">.arrow class</li>
|
|
|
+
|
|
|
<li class="arrow">
|
|
|
<strong><li .arrow> + <strong> </strong>
|
|
|
- <small><small></small>
|
|
|
</li>
|
|
|
|
|
|
<li class="arrow">
|
|
|
@@ -61,6 +71,14 @@
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
+ <li>
|
|
|
+ <a href="#">
|
|
|
+ <strong><strong> element</strong>
|
|
|
+ <small>with <small> element</small>
|
|
|
+ <div class="right">.right</div>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+
|
|
|
<li>
|
|
|
<a href="#">
|
|
|
<div class="right bubble blue">.right.bubble</div>
|
|
|
@@ -109,13 +127,10 @@
|
|
|
<small><small></small>
|
|
|
</li>
|
|
|
</ul>
|
|
|
-
|
|
|
</article>
|
|
|
|
|
|
<article id="list-indented" class="list scroll indented">
|
|
|
<ul>
|
|
|
- <li class="anchor">With right elements</li>
|
|
|
-
|
|
|
<li>
|
|
|
<strong><li> + <strong> </strong>
|
|
|
</li>
|
|
|
@@ -135,15 +150,27 @@
|
|
|
<small><small></small>
|
|
|
</li>
|
|
|
|
|
|
- <li class="anchor">.arrow class</li>
|
|
|
+ <li class="anchor">colors</li>
|
|
|
|
|
|
- <li class="arrow">
|
|
|
- <strong><li .arrow> + <strong> </strong>
|
|
|
+ <li class="dark">
|
|
|
+ <strong><li .dark> + <strong> </strong>
|
|
|
+ <small><small></small>
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="theme">
|
|
|
+ <strong><li .theme> + <strong> </strong>
|
|
|
+ <small><small></small>
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="arrow light">
|
|
|
+ <strong><li .arrow.light> + <strong> </strong>
|
|
|
+ <small><small></small>
|
|
|
</li>
|
|
|
|
|
|
+ <li class="anchor">.arrow class</li>
|
|
|
+
|
|
|
<li class="arrow">
|
|
|
<strong><li .arrow> + <strong> </strong>
|
|
|
- <small><small></small>
|
|
|
</li>
|
|
|
|
|
|
<li class="arrow">
|
|
|
@@ -163,6 +190,14 @@
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
+ <li>
|
|
|
+ <a href="#">
|
|
|
+ <strong><strong> element</strong>
|
|
|
+ <small>with <small> element</small>
|
|
|
+ <div class="right">.right</div>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+
|
|
|
<li>
|
|
|
<a href="#">
|
|
|
<div class="right bubble blue">.right.bubble</div>
|