game/list: Improve wording, use more descriptive variable names

This commit is contained in:
FearlessTobi 2022-10-25 10:30:42 +02:00
parent de5fc54048
commit 2e6d6cf398

View File

@ -3,7 +3,7 @@
<div class="section pb-xs"> <div class="section pb-xs">
<h1 class="title">Game Compatibility List</h1> <h1 class="title">Game Compatibility List</h1>
<p class="content"> <p class="content">
The compatibility list contains all the games we tested, sorted by how well they work on the emulator. The compatibility list contains all the games that have been tested, sorted by how well they work on the emulator.
</p> </p>
<table class="table is-fullwidth"> <table class="table is-fullwidth">
<tbody> <tbody>
@ -25,8 +25,8 @@
{{ define "main" }} {{ define "main" }}
<div id="game-listing"> <div id="game-listing">
<div class="container1"> <div class="pagination-search-container">
<div class="div1"> <div class="pagination-container">
<ul class="pagination paginationTop is-pulled-left"></ul> <ul class="pagination paginationTop is-pulled-left"></ul>
</div> </div>
<div> <div>
@ -35,7 +35,7 @@
<table> <table>
<tr> <tr>
<td> <td>
<div class="input-group search-box div2"> <div class="input-group search-box search-container">
<input type="text" class="search input is-rounded" id="search-box" placeholder="Search..."> <input type="text" class="search input is-rounded" id="search-box" placeholder="Search...">
<!-- <span class="clear-search input-group-addon">X</span> --> <!-- <span class="clear-search input-group-addon">X</span> -->
</div> </div>