diff --git a/htdocs/static/css/liber.css b/htdocs/static/css/liber.css index 518aee3ed39c5fcb26c580b7a3f5ee28358a44d8..8e13bfeaa7f63d6677cf5b9a85fc724523e87ad9 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 3e86cf5f04408cd16406143ded248ad2dadb6cc0..98d65edc318f1c087aca5ba6bfc4870c9acd8b83 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>