From fdce8c3cffdedf3771de7199847b443102e17598 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Fri, 22 Dec 2023 16:03:22 +0000 Subject: [PATCH] style: split book cover and title with th colspan="2" --- OliverBooth/Pages/Books.cshtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/OliverBooth/Pages/Books.cshtml b/OliverBooth/Pages/Books.cshtml index dc92f49..dd83d7e 100644 --- a/OliverBooth/Pages/Books.cshtml +++ b/OliverBooth/Pages/Books.cshtml @@ -19,7 +19,7 @@ - + @@ -31,8 +31,8 @@ +
TitleTitle Author ISBN
Book Cover - @book.Title.Trim() @book.Title.Trim() @book.Author.Trim() @book.Isbn.Trim()
@book.Isbn @@ -46,7 +46,7 @@ - + @@ -58,8 +58,8 @@ +
TitleTitle Author ISBN
Book Cover - @book.Title.Trim() @book.Title.Trim() @book.Author.Trim() @book.Isbn.Trim()
@book.Isbn @@ -73,7 +73,7 @@ - + @@ -85,8 +85,8 @@ +
TitleTitle Author ISBN
Book Cover - @book.Title.Trim() @book.Title.Trim() @book.Author.Trim() @book.Isbn.Trim()
@book.Isbn