style: split book cover and title with th colspan="2"

This commit is contained in:
Oliver Booth 2023-12-22 16:03:22 +00:00
parent 9419d96c12
commit fdce8c3cff
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
<table class="table reading-list">
<thead>
<tr>
<th style="width: 50%">Title</th>
<th colspan="2" style="width: 50%">Title</th>
<th style="width: 25%">Author</th>
<th style="width: 25%">ISBN</th>
</tr>
@ -31,8 +31,8 @@
<tr>
<td>
<img class="book-cover" src="https://cdn.olivr.me/img/books/@(book.Isbn.Trim()).jpg" alt="Book Cover">
@book.Title.Trim()
</td>
<td>@book.Title.Trim()</td>
<td>@book.Author.Trim()</td>
<td style="font-family: monospace">
@book.Isbn.Trim()<br><img src="@book.GetBarcode()" alt="@book.Isbn">
@ -46,7 +46,7 @@
<table class="table reading-list">
<thead>
<tr>
<th style="width: 50%">Title</th>
<th colspan="2" style="width: 50%">Title</th>
<th style="width: 25%">Author</th>
<th style="width: 25%">ISBN</th>
</tr>
@ -58,8 +58,8 @@
<tr>
<td>
<img class="book-cover" src="https://cdn.olivr.me/img/books/@(book.Isbn.Trim()).jpg" alt="Book Cover">
@book.Title.Trim()
</td>
<td>@book.Title.Trim()</td>
<td>@book.Author.Trim()</td>
<td style="font-family: monospace">
@book.Isbn.Trim()<br><img src="@book.GetBarcode()" alt="@book.Isbn">
@ -73,7 +73,7 @@
<table class="table reading-list">
<thead>
<tr>
<th style="width: 50%">Title</th>
<th colspan="2" style="width: 50%">Title</th>
<th style="width: 25%">Author</th>
<th style="width: 25%">ISBN</th>
</tr>
@ -85,8 +85,8 @@
<tr>
<td>
<img class="book-cover" src="https://cdn.olivr.me/img/books/@(book.Isbn.Trim()).jpg" alt="Book Cover">
@book.Title.Trim()
</td>
<td>@book.Title.Trim()</td>
<td>@book.Author.Trim()</td>
<td style="font-family: monospace">
@book.Isbn.Trim()<br><img src="@book.GetBarcode()" alt="@book.Isbn">