mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
test.php
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user