Skip to content

Commit 3dfff4d

Browse files
committed
Remove MDL 1.0 controls and cleanup docs
1 parent 24ece31 commit 3dfff4d

27 files changed

+297
-1053
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Winstrap",
3-
"version": "0.4.2",
3+
"version": "0.4.4",
44
"homepage": "https://github.com/winjs/winstrap",
55
"authors": "",
66
"description": "Bootstrap Theme for Microsoft Modern design language",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Winstrap",
33
"description": "Winstrap is the official Bootstrap theme for Microsoft Modern design language.",
44
"repository": "https://github.com/winjs/winstrap.git",
5-
"version": "0.4.2",
5+
"version": "0.4.4",
66
"author": {
77
"name": "Microsoft"
88
},

src/doc/colors.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<a href="#bootstrap-colors">Bootstrap colors</a>
1010
</li>
1111
<li role="presentation">
12-
<a href="#basel-colors">Basel colors</a>
12+
<a href="#mdl-colors">MDL colors</a>
1313
</li>
1414
<li role="presentation">
15-
<a href="#basel-alt-colors">Basel alt colors</a>
15+
<a href="#mdl-alt-colors">MDL alt colors</a>
1616
</li>
1717
</ul>
1818
</div>

src/doc/components.hbs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@
3232
<li role="presentation">
3333
<a href="#pagination">Pagination</a>
3434
</li>
35-
<li role="presentation">
36-
<a href="#refine-list">Refine list</a>
37-
</li>
38-
<li role="presentation">
39-
<a href="#tiles">Tiles</a>
40-
</li>
4135
<li role="presentation">
4236
<a href="#jumbotron">Jumbotron</a>
4337
</li>
@@ -66,10 +60,6 @@
6660
<hr />
6761
{{> pagination }}
6862
<hr />
69-
{{> refine-list }}
70-
<hr />
71-
{{> tiles }}
72-
<hr />
7363
{{> jumbotron }}
7464
<hr />
7565
</div>

src/doc/controls.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<a href="#buttons">Buttons</a>
1111
</li>
1212
<li role="presentation">
13-
<a href="#forms">Forms</a>
13+
<a href="#toggle-switch">Toggle Switch</a>
1414
</li>
1515
<li role="presentation">
16-
<a href="#input-groups">Input Groups</a>
16+
<a href="#forms">Forms</a>
1717
</li>
1818
<li role="presentation">
1919
<a href="#progress">Progress</a>
@@ -45,9 +45,9 @@
4545
<div class="container">
4646
{{> buttons }}
4747
<hr />
48-
{{> forms }}
48+
{{> toggle-switch }}
4949
<hr />
50-
{{> input-groups }}
50+
{{> forms }}
5151
<hr />
5252
{{> progress }}
5353
<hr />

src/doc/index.hbs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
<div class="container">
33
<div class="row">
44
<div class="col-xs-24 col-sm-16">
5-
<h1>{{ name }} {{ version }}</h1>
6-
<h4>The Bootstrap theme for Windows</h3>
7-
</div>
8-
<div class="col-xs-24 col-sm-8">
9-
<a href="https://github.com/winjs/winstrap" class="btn btn-primary pull-right hidden-xs" style="margin-top: 2.4em;">Fork on GitHub</a>
10-
<a href="https://github.com/winjs/winstrap" class="btn btn-primary visible-xs-inline-block" style="margin-bottom: 2em;">Fork on GitHub</a>
5+
<h1><span class="color-type-primary">{{ name }}</span> <span class="color-type-secondary">{{ version }}</span></h1>
6+
<h4>The Bootstrap theme for Microsoft Modern Design Language</h3>
7+
<a href="https://github.com/winjs/winstrap" class="btn btn-primary" style="margin: 2em 0;">Winstrap on GitHub</a>
118
</div>
129
</div>
1310
</div>
1411
</div>
15-

src/doc/layout.hbs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@
44
{{> grid }}
55
<hr />
66
{{> grid-small-gutter }}
7-
<hr />
8-
{{> section }}
9-
<hr />
10-
{{> section-gallery }}
117
</div>
12-

0 commit comments

Comments
 (0)