Rework progress demos (fixes #660)

master
Alexander Surma 2015-07-03 14:25:45 +01:00 committed by Addy Osmani
parent 72e7770198
commit e5c17e2a28
4 changed files with 8 additions and 3 deletions

View File

@ -186,6 +186,7 @@ categories:
- caption: Default
file: progress-default.html
demo_file: progress-default-demo.html
- snippet_group:
- caption: Indeterminate
file: progress-indeterminate.html
demo_file: progress-indeterminate-demo.html

View File

@ -1,6 +1,7 @@
<style>
.progress-demo {
width: 100px;
width: 50vw;
max-width: 260px;
}
</style>

View File

@ -1,6 +1,7 @@
<style>
.progress-demo {
width: 100px;
width: 50vw;
max-width: 260px;
}
</style>

View File

@ -1,6 +1,8 @@
<style>
.progress-demo {
width: 100px;
width: 50vw;
max-width: 260px;
margin: 60px 0;
}
</style>