From 70c46eb4a0b50eae0e4995323cc6a38f1ed34478 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Tue, 11 Nov 2014 12:12:54 +0000
Subject: [PATCH] minor style fixes to book page

---
 htdocs/static/css/liber.css | 5 +++++
 htdocs/templates/book.html  | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/htdocs/static/css/liber.css b/htdocs/static/css/liber.css
index 518aee3..8e13bfe 100644
--- a/htdocs/static/css/liber.css
+++ b/htdocs/static/css/liber.css
@@ -53,6 +53,11 @@ 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 3e86cf5..98d65ed 100644
--- a/htdocs/templates/book.html
+++ b/htdocs/templates/book.html
@@ -35,7 +35,7 @@
     {{range $i, $f := .Files}}
     <p>
       <a class="btn btn-large btn-primary" href="/dl/{{$f.Id}}/{{$i}}">
-        <span class="glyphicon glyphicon-download-alt"></span>
+        <span class="glyphicon glyphicon-download"></span>
         Download ({{$f.FileType}})
       </a>
     </p>
@@ -45,6 +45,7 @@
     <p>
       <a class="btn btn-large btn-primary"
          href="/read/{{.Book.Id}}/{{.EpubIndex}}">
+        <span class="glyphicon glyphicon-book"></span>
         Read Online
       </a>
     </p>
-- 
GitLab