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:
16
main.css
16
main.css
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user