diff --git a/dist/css/style.css b/dist/css/style.css index 1175721a8..0929c949e 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -3,6 +3,15 @@ body { overflow: hidden; } +#progressBar { + width: 500px; + height: 24px; + position: absolute; + left: 50%; + top: 10px; + margin-left: -250px; +} + div#menu { padding: 20px; border-bottom:solid 1px #ccc; diff --git a/dist/index.html b/dist/index.html index f08323c67..d2702d4da 100644 --- a/dist/index.html +++ b/dist/index.html @@ -10,6 +10,7 @@ +