|
@@ -35,7 +35,7 @@
|
|
|
</head>
|
|
</head>
|
|
|
|
|
|
|
|
<body class="app">
|
|
<body class="app">
|
|
|
-
|
|
|
|
|
|
|
+ <!--
|
|
|
<section id="login">
|
|
<section id="login">
|
|
|
<article class="splash">
|
|
<article class="splash">
|
|
|
<div class="indented">
|
|
<div class="indented">
|
|
@@ -57,7 +57,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</article>
|
|
</article>
|
|
|
</section>
|
|
</section>
|
|
|
-
|
|
|
|
|
|
|
+ -->
|
|
|
|
|
|
|
|
<!-- ============================= kitchen-sink ============================= -->
|
|
<!-- ============================= kitchen-sink ============================= -->
|
|
|
|
|
|
|
@@ -270,8 +270,6 @@
|
|
|
<li>
|
|
<li>
|
|
|
<label>type="text"</label>
|
|
<label>type="text"</label>
|
|
|
<input type="text" placeholder="Input text"/>
|
|
<input type="text" placeholder="Input text"/>
|
|
|
- </li>
|
|
|
|
|
- <li>
|
|
|
|
|
<label>type="password"</label>
|
|
<label>type="password"</label>
|
|
|
<input type="password" placeholder="Input password"/>
|
|
<input type="password" placeholder="Input password"/>
|
|
|
</li>
|
|
</li>
|
|
@@ -305,7 +303,7 @@
|
|
|
<ul class="form">
|
|
<ul class="form">
|
|
|
<li class="anchor" data-icon="edit">Example of checkbox</li>
|
|
<li class="anchor" data-icon="edit">Example of checkbox</li>
|
|
|
<li>
|
|
<li>
|
|
|
- <label>You like LungoJS forms?</label>
|
|
|
|
|
|
|
+ <label>Do you like LungoJS forms?</label>
|
|
|
<label class="checkbox onright"><input type="checkbox" id="checkbox-0" checked/></label>
|
|
<label class="checkbox onright"><input type="checkbox" id="checkbox-0" checked/></label>
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|
|
@@ -382,7 +380,7 @@
|
|
|
<!-- ============================= navigation ============================= -->
|
|
<!-- ============================= navigation ============================= -->
|
|
|
|
|
|
|
|
<section id="navigation">
|
|
<section id="navigation">
|
|
|
- <header data-back="home" data-title="Navigation">
|
|
|
|
|
|
|
+ <header data-back="home" data-title="Navigation Demo">
|
|
|
<nav class="onright">
|
|
<nav class="onright">
|
|
|
<a href="#" class="current" data-count="23" data-icon="star"></a>
|
|
<a href="#" class="current" data-count="23" data-icon="star"></a>
|
|
|
<a href="#back" data-target="section" data-icon="left"></a>
|
|
<a href="#back" data-target="section" data-icon="left"></a>
|