conversion tweaks

This commit is contained in:
Continuities
2015-11-09 18:36:55 -05:00
parent 3849f7871f
commit fba203cea1
5 changed files with 23 additions and 10 deletions
+5
View File
@@ -69,6 +69,7 @@ div#header {
right: 10px;
bottom: 10px;
color: #666;
z-index: 10;
}
.menu span {
@@ -126,6 +127,10 @@ span.customSelectOptions {
text-decoration: underline;
}
.menu .appStore {
font-weight: bold;
}
div.headerButton {
font-size: 18px;
cursor: pointer;
+2 -2
View File
@@ -144,11 +144,11 @@
position:relative;
}
.endGameRestart {
.endGameOption {
font-size: 32px;
cursor: pointer;
}
.endGameRestart:hover {
.endGameOption:hover {
text-decoration: underline;
}