Style hack, version bump
This commit is contained in:
parent
451da4dd39
commit
a4743898f5
2 changed files with 5 additions and 5 deletions
|
@ -54,7 +54,7 @@ a.link{
|
||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-columns: repeat(4, 1fr);
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
grid-auto-rows: minmax(60px, auto);
|
grid-auto-rows: minmax(60px, auto);
|
||||||
width: 98%;
|
width: 94%;
|
||||||
background: #110110;
|
background: #110110;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ a.link{
|
||||||
background: #110110;
|
background: #110110;
|
||||||
border: 3px solid #BCBCBC;
|
border: 3px solid #BCBCBC;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
width: 100%;
|
width: 96%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemcenter {
|
.itemcenter {
|
||||||
|
@ -78,7 +78,7 @@ a.link{
|
||||||
|
|
||||||
.itemtable {
|
.itemtable {
|
||||||
margin: 2px 2%;
|
margin: 2px 2%;
|
||||||
width: 96%;
|
width: 94%;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
test.js
2
test.js
|
@ -11,7 +11,7 @@ console.log(url_tag);
|
||||||
* END testing section
|
* END testing section
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const BUILD_VERSION = "2.9";
|
const BUILD_VERSION = "3.0";
|
||||||
|
|
||||||
document.getElementById("header").textContent = "Wynn build calculator "+BUILD_VERSION+" (db version "+DB_VERSION+")";
|
document.getElementById("header").textContent = "Wynn build calculator "+BUILD_VERSION+" (db version "+DB_VERSION+")";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue