Latest working copy. Cleanup

This commit is contained in:
Hash Borgir
2022-03-27 04:38:03 -06:00
parent d8a30fcb83
commit d997ef1ed6
7 changed files with 77998 additions and 94399 deletions

File diff suppressed because one or more lines are too long

View File

@@ -182,6 +182,9 @@
max-height: 128px;
}
table {
width: 100%;
}
</style>
<script src="res/jquery-3.5.1.min.js"></script>
@@ -196,6 +199,13 @@
$('.utable').dataTable();
$('.gemtable').dataTable();
$('.rtable').dataTable();
userAgent = window.navigator.userAgent
if(userAgent.includes("Windows") == true) {
$('.itemimage').css("margin-left","40px");
}
});
</script>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff