Updated batch.js for 10 words

Added import.js to import dictionary
Updated license with WordNet info
Updated puzzles.js and script for 10 words
This commit is contained in:
Russell Beattie
2013-03-12 15:10:46 -07:00
parent 7eefd5e55e
commit b8e7d91a3c
10 changed files with 33707 additions and 23581 deletions

View File

@@ -149,7 +149,7 @@ body {
.squares td {
text-align: center;
width: 20%;
width: 16%;
height: 62px;
}
@@ -278,6 +278,16 @@ body {
}
@media (max-width: 959px) {
.forkme{
display:none;
}
}
@media (max-width: 480px) {
body{
@@ -304,6 +314,10 @@ body {
height: 38px;
}
.forkme{
display: none;
}
}