Skip to content

Commit 458e053

Browse files
committed
update templates
1 parent aa75a3f commit 458e053

2 files changed

Lines changed: 26 additions & 10 deletions

File tree

src/templates/pages/form-general.hbs

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,8 +1022,24 @@ scripts: $(function() { formGeneral(); });
10221022
<label class="control-label col-lg-4">Basic</label>
10231023
<div class="col-lg-8">
10241024
<div class="make-switch switch-large">
1025-
<input type="checkbox" checked />
1026-
</div>
1025+
<input type="checkbox" checked>
1026+
</div>
1027+
1028+
<div class="make-switch">
1029+
<input type="checkbox" checked>
1030+
</div>
1031+
1032+
<div class="make-switch switch-small">
1033+
<input type="checkbox" checked>
1034+
</div>
1035+
1036+
<div class="make-switch switch-mini">
1037+
<input type="checkbox" checked>
1038+
</div>
1039+
1040+
<div id="dimension-switch" class="make-switch">
1041+
<input type="checkbox" checked>
1042+
</div>
10271043
</div>
10281044
</div>
10291045

src/templates/pages/typography.hbs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Typography
33
icon: icon-font
44
stylesheets:
5-
- prettify/prettify.css
5+
- lib/prettify/prettify.css
66
javascripts:
7-
- prettify/prettify.js
7+
- lib/prettify/prettify.js
88
---
99
<div class="row">
1010
<div class="col-lg-4">
@@ -60,7 +60,7 @@ javascripts:
6060
<header>
6161
<h5>Blockquotes</h5>
6262
<div class="toolbar">
63-
<span class="label label-important">
63+
<span class="label label-danger">
6464
blockquotes
6565
</span>
6666
</div>
@@ -88,7 +88,7 @@ javascripts:
8888
<div class="icons"><i class="icon-list"></i></div>
8989
<h5>List</h5>
9090
<div class="toolbar">
91-
<span class="label label-inverse">
91+
<span class="label label-default">
9292
<i class="icon-list-alt"></i>
9393
</span>
9494
</div>
@@ -97,7 +97,7 @@ javascripts:
9797
<h3>Unordered</h3>
9898
<ul>
9999
<li>Lorem ipsum dolor sit amet</li>
100-
<li class="label">Consectetur adipiscing elit</li>
100+
<li class="label label-default">Consectetur adipiscing elit</li>
101101
<li class="text-success">Integer molestie lorem at massa</li>
102102
<li class="label label-danger">Facilisis in pretium nisl aliquet</li>
103103
<li>Nulla volutpat aliquam velit
@@ -186,7 +186,7 @@ javascripts:
186186
<header>
187187
<h5>Label</h5>
188188
<div class="toolbar">
189-
<span class="label">label</span>
189+
<span class="label label-default">label</span>
190190
</div>
191191
</header>
192192
<div class="body">
@@ -200,10 +200,10 @@ javascripts:
200200
<tbody>
201201
<tr>
202202
<td>
203-
<span class="label">Default</span>
203+
<span class="label label-default">Default</span>
204204
</td>
205205
<td>
206-
<code>&lt;span class="label"&gt;Default&lt;/span&gt;</code>
206+
<code>&lt;span class="label label-default"&gt;Default&lt;/span&gt;</code>
207207
</td>
208208
</tr>
209209
<tr>

0 commit comments

Comments
 (0)