Make the caches table responsive

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent e56d16ab91
commit 0775449eae
  1. 2
      archive/src/main/resources/org/openrs2/archive/templates/caches/index.html

@ -16,6 +16,7 @@
</div> </div>
</nav> </nav>
<main class="container"> <main class="container">
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover"> <table class="table table-striped table-bordered table-hover">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
@ -58,6 +59,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<p id="empty-locs"> <p id="empty-locs">
[1]: Map squares in the middle of the sea are unreachable by [1]: Map squares in the middle of the sea are unreachable by
normal players, making it impossible to obtain the keys for normal players, making it impossible to obtain the keys for

Loading…
Cancel
Save