Browse Source

styling

ansible-setup-and-deploy
nberting 6 years ago
parent
commit
cb6e05ec36
  1. 1
      app/templates/home.html
  2. 2
      app/templates/show_book_detail.html

1
app/templates/home.html

@ -26,6 +26,7 @@ Feel free to browse our catalogue, interfaced in many different ways.
</form>
</div>
{%endif%}
{{ chat.message }}
<div id="app" class="container">
<div class="messageback1"></div>

2
app/templates/show_book_detail.html

@ -111,7 +111,7 @@
<div style="padding-bottom:20px;">
<p>Annotations for <i>{{book.title}}</i>:</p>
<h2>Annotations for <i>{{book.title}}</i>:</h4>
{% for row in res%}
<hr>
<p style="font-family:archivo narrow;font-size:10px;">Extract</p>

Loading…
Cancel
Save