Skip to content
Snippets Groups Projects
Commit 7460ba88 authored by ale's avatar ale
Browse files

minor style fixes to book page / take two

parent 70c46eb4
Branches
Tags
No related merge requests found
......@@ -53,11 +53,6 @@ footer {
margin: 0;
}
.book-authors {
font-size: 110%;
font-weight: bold;
}
/* Debugging */
.debug {
display: none;
......
......@@ -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 ", "}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment