automaticaly compute size of board

This commit is contained in:
Juraj Michalek
2014-12-28 19:29:49 +00:00
parent aa9bff09b6
commit 3b1592c364
4 changed files with 75 additions and 15 deletions

View File

@@ -68,9 +68,13 @@ flippy.fancy {
position: relative;
font-size: .8em;
cursor: pointer;
width: 150px;
height: 150px;
}
flippy.fancy {
width: 60px;
height: 60px;
}
flippy.fancy img {
width:auto;
max-width:100%;

View File

@@ -2,9 +2,7 @@
font-family: Arial, Helvetica, sans-serif;
font-size: xx-large;
font-weight: bold;
background-color: #E3F0FB;
border-radius: 4px;
padding: 10px;
text-align: center;
}
.buttonStyle {
@@ -36,7 +34,6 @@
width: 5em;
height: 5em;
margin: 0.2em;
float: left;
cursor: pointer;
}