mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
Misc done, working copy, few bugs remain in html, and need to clean up code
This commit is contained in:
@@ -197,6 +197,7 @@ $htmltop = <<<EOT
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
overflow-x: hidden; /* Hide scrollbars */
|
||||
}
|
||||
@@ -256,7 +257,10 @@ body {
|
||||
<li class="nav-item">
|
||||
<a class="nav-link btn btn-danger" target="_blank" href="uniqueitems.html">Unique Items</a>
|
||||
</li>
|
||||
</ul>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link btn btn-info" target="_blank" href="misc.html">Misc Items</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
EOT;
|
||||
|
Reference in New Issue
Block a user