Browse Source

completed style pagination and index alignment

master
JoBCB 4 years ago
parent
commit
9fe8159221
  1. 6
      templates/artistsindex.html
  2. 2
      templates/layout.html
  3. 6
      templates/publishersindex.html
  4. 6
      templates/selfpublishedindex.html
  5. 6
      templates/zinesindex.html

6
templates/artistsindex.html

@ -7,9 +7,9 @@
<thead>
<tr>
<th>ID</th>
<th>Creator's Name</th>
<th>Alternative aliases</th>
<th>Description</th>
<th>LABEL</th>
<th>ALIASES</th>
<th>DESCRIPTION</th>
</tr>
</thead>
<tbody>

2
templates/layout.html

@ -71,7 +71,7 @@
</div>
<div id="footer-contact-form">
<div id="footer-title-contact"><p>EXPRESSION OF INTEREST</p></div>
<div id="footer-contact"><a href=""><div class="primary-button bluebutton" id="contactform">CONTACT FORM<span></span></div></a></div>
<div id="footer-contact primary-button"><a href=""><div class="primary-button bluebutton" id="contactform"><span>CONTACT FORM</span></div></a></div>
</div>
</div>
</div>

6
templates/publishersindex.html

@ -7,9 +7,9 @@
<thead>
<tr>
<th>ID</th>
<th>Creator's Name</th>
<th>Alternative aliases</th>
<th>Description</th>
<th>LABEL</th>
<th>ALIASES</th>
<th>DESCRIPTION</th>
</tr>
</thead>
<tbody>

6
templates/selfpublishedindex.html

@ -7,9 +7,9 @@
<thead>
<tr>
<th>ID</th>
<th>Work</th>
<th>Alternative aliases</th>
<th>Description</th>
<th>WORK</th>
<th>ALIASES</th>
<th>DESCRIPTION</th>
</tr>
</thead>
<tbody>

6
templates/zinesindex.html

@ -7,9 +7,9 @@
<thead>
<tr>
<th>ID</th>
<th>Work</th>
<th>Alternative aliases</th>
<th>Description</th>
<th>WORK</th>
<th>ALIASES</th>
<th>DESCRIPTION</th>
</tr>
</thead>
<tbody>

Loading…
Cancel
Save