From 70c46eb4a0b50eae0e4995323cc6a38f1ed34478 Mon Sep 17 00:00:00 2001 From: ale 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}}

- + Download ({{$f.FileType}})

@@ -45,6 +45,7 @@

+ Read Online

-- GitLab