Updated version and assets for release v0.25.1
This commit is contained in:
parent
4c561c7fa0
commit
25bc28a1be
File diff suppressed because one or more lines are too long
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue