mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Remove flexbox css for print media
This commit is contained in:
parent
acdf2025ab
commit
d88adef5b5
8 changed files with 697 additions and 686 deletions
|
@ -47,6 +47,9 @@
|
|||
}
|
||||
|
||||
.non-printable,
|
||||
header,
|
||||
footer,
|
||||
.tabnav-control,
|
||||
.document-toolbar,
|
||||
.document-toc,
|
||||
.tabnav-control,
|
||||
|
@ -80,13 +83,14 @@
|
|||
.doc-title {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
font-size: 18px !important;
|
||||
font-size: 1.5rem !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
.doc-excerpt {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
color: #464545 !important;
|
||||
font-size: 1.2rem !important;
|
||||
}
|
||||
|
||||
.wysiwyg {
|
||||
|
@ -119,4 +123,11 @@
|
|||
float: left !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.layout-body, .layout-content {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
display: block !important;
|
||||
flex: none !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue