styling of reset button

This commit is contained in:
synth-ruiner 2015-03-18 17:45:50 +00:00
parent a8adfb4e4d
commit c36f714946
1 changed files with 7 additions and 5 deletions

View File

@ -122,10 +122,10 @@
text-shadow: 0.5vmin 0.5vmin 0 #a4f4b4; /* x y blur-radius colour */ text-shadow: 0.5vmin 0.5vmin 0 #a4f4b4; /* x y blur-radius colour */
} }
#setup div.centre { .centre {
text-align: center; text-align: center;
margin-top: 0.2em; /* fallback */ margin-top: 0.2em; /* fallback */
margin-top: 2vmin; margin-top: 2vmin;
} }
input[type="radio"] { input[type="radio"] {
@ -850,7 +850,9 @@
more games coming soon... keep your eyes peeled... peace! more games coming soon... keep your eyes peeled... peace!
</div> </div>
<button>reset</button> <div class="centre">
<button>reset</button>
</div>
</div> </div>
<div id="setup"> <div id="setup">
<h1>endless mines</h1> <h1>endless mines</h1>