1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-09 07:25:23 +02:00

print tweak

This commit is contained in:
Harvey Kandola 2016-06-22 15:20:53 -07:00
parent f53b911e50
commit 14f56383a2
2 changed files with 3 additions and 3 deletions

View file

@ -18,11 +18,11 @@
> .content { > .content {
padding: 20px 0 !important; padding: 20px 0 !important;
.page-toolbar { .page-toolbar, .document-summary, .attachment-zone {
display: none !important; display: none !important;
} }
.print-title, .non-printable-message, .document-summary, .attachment-zone { .print-title, .non-printable-message{
display: block !important; display: block !important;
} }
} }

View file

@ -6,7 +6,7 @@
display: none; display: none;
font-size: 2.3em; font-size: 2.3em;
font-weight: bold; font-weight: bold;
color:$color-off-black; color:$color-black;
margin-bottom: 20px; margin-bottom: 20px;
margin-top: 0; margin-top: 0;
} }