Remove cruft

This commit is contained in:
Neale Pickett 2017-03-12 21:55:39 -06:00
parent 11f98e9f9a
commit 5f833b6e71
2 changed files with 1 additions and 5 deletions

View File

@ -11,10 +11,6 @@ body {
width: 24em; width: 24em;
} }
.slider {
width: 2em;
}
.fab { .fab {
z-index: 9999; z-index: 9999;
position: fixed; position: fixed;

View File

@ -22,7 +22,7 @@
</div> </div>
<label for="len"> <label for="len">
<span>Length: <span id="lentxt">--</span></span> <span>Length: <span id="lentxt">--</span></span>
<input class="slider mdl-slider mdl-js-slider" type="range" min="4" max="26" value="12" tabindex="0" id="len"> <input class="mdl-slider mdl-js-slider" type="range" min="4" max="26" value="12" tabindex="0" id="len">
</label> </label>
<label class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect" for="num"> <label class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect" for="num">
<input type="checkbox" id="num" class="mdl-checkbox__input" checked> <input type="checkbox" id="num" class="mdl-checkbox__input" checked>