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 { ...@@ -53,11 +53,6 @@ footer {
margin: 0; margin: 0;
} }
.book-authors {
font-size: 110%;
font-weight: bold;
}
/* Debugging */ /* Debugging */
.debug { .debug {
display: none; display: none;
......
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
{{.Book.Metadata.Title}} {{.Book.Metadata.Title}}
</h1> </h1>
<p class="book-authors"> <p class="book-authors"><b>
{{join .Book.Metadata.Creator ", "}} {{join .Book.Metadata.Creator ", "}}
</p> </b></p>
<p> <p>
{{join .Book.Metadata.Publisher ", "}} {{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