This commit is contained in:
Hash Borgir
2022-04-26 22:23:04 -06:00
parent a885af769d
commit 9ff7a97c9d
2248 changed files with 27733 additions and 3551 deletions

View File

@@ -160,7 +160,6 @@
table {
}
.desc {
min-width: 320px;
font-family: Tahoma,Arial,Sans;
background: #222;
}
@@ -195,9 +194,9 @@
}
body {
overflow-x: hidden; /* Hide scrollbars */
}
body {
overflow-x: ; /* Hide scrollbars */
}
nav { margin-bottom: 60px;}
@@ -223,7 +222,7 @@ body {
userAgent = window.navigator.userAgent
if(userAgent.includes("Windows") == true) {
$('.itemimage').css("margin-left","40px");
$('nav').remove();
// $('nav').remove();
}
});