Updated version and assets for release v0.25.1

This commit is contained in:
Dan Brown 2019-01-20 15:42:32 +00:00
parent 4c561c7fa0
commit 25bc28a1be
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
3 changed files with 11 additions and 2 deletions

2
public/dist/app.js vendored

File diff suppressed because one or more lines are too long

View File

@ -10,6 +10,12 @@ body {
.page-content { .page-content {
margin: 0 auto; } margin: 0 auto; }
.flex-fill {
display: block; }
.flex.sidebar + .flex.content {
border-left: none; }
.print-hidden { .print-hidden {
display: none; } display: none; }
@ -23,3 +29,6 @@ h2 {
line-height: 1; line-height: 1;
margin-top: 0.6em; margin-top: 0.6em;
margin-bottom: 0.3em; } margin-bottom: 0.3em; }
.comments-container {
display: none; }

View File

@ -1 +1 @@
v0.25.0 v0.25.1