From 7460ba887f0f4fc8eaaf7dbd2acd0969194d3907 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Tue, 11 Nov 2014 12:14:36 +0000
Subject: [PATCH] minor style fixes to book page / take two

---
 htdocs/static/css/liber.css | 5 -----
 htdocs/templates/book.html  | 6 +++---
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/htdocs/static/css/liber.css b/htdocs/static/css/liber.css
index 8e13bfe..518aee3 100644
--- a/htdocs/static/css/liber.css
+++ b/htdocs/static/css/liber.css
@@ -53,11 +53,6 @@ footer {
     margin: 0;
 }
 
-.book-authors {
-    font-size: 110%;
-    font-weight: bold;
-}
-
 /* Debugging */
 .debug {
     display: none;
diff --git a/htdocs/templates/book.html b/htdocs/templates/book.html
index 98d65ed..4508e39 100644
--- a/htdocs/templates/book.html
+++ b/htdocs/templates/book.html
@@ -13,9 +13,9 @@
       {{.Book.Metadata.Title}}
     </h1>
 
-    <p class="book-authors">
-      {{join .Book.Metadata.Creator ", "}}
-    </p>
+    <p class="book-authors"><b>
+        {{join .Book.Metadata.Creator ", "}}
+    </b></p>
 
     <p>
       {{join .Book.Metadata.Publisher ", "}}
-- 
GitLab