mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-30 15:01:55 +03:00
Updated version and assets for release v0.25.1
This commit is contained in:
2
public/dist/app.js
vendored
2
public/dist/app.js
vendored
File diff suppressed because one or more lines are too long
9
public/dist/print-styles.css
vendored
9
public/dist/print-styles.css
vendored
@ -10,6 +10,12 @@ body {
|
||||
.page-content {
|
||||
margin: 0 auto; }
|
||||
|
||||
.flex-fill {
|
||||
display: block; }
|
||||
|
||||
.flex.sidebar + .flex.content {
|
||||
border-left: none; }
|
||||
|
||||
.print-hidden {
|
||||
display: none; }
|
||||
|
||||
@ -23,3 +29,6 @@ h2 {
|
||||
line-height: 1;
|
||||
margin-top: 0.6em;
|
||||
margin-bottom: 0.3em; }
|
||||
|
||||
.comments-container {
|
||||
display: none; }
|
||||
|
Reference in New Issue
Block a user