Skip to content
Snippets Groups Projects
Verified Commit d38dc355 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Fix epub viewer styling

parent 12bfd077
Branches
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<span class="ta-text">Now reading: {{ book.title }}</span> <span class="ta-text">Now reading: {{ book.title }}</span>
</td> </td>
<td> <td>
<span id="lastsaved">Not saved yet.</span> <span class="ta-text" id="lastsaved"></span>
</td> </td>
<td class="ta-right"> <td class="ta-right">
<span class="ta-text"><a href="{% url 'view_book' book.id %}" class="btn btn-primary">Back to book</a></span> <span class="ta-text"><a href="{% url 'view_book' book.id %}" class="btn btn-primary">Back to book</a></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment