mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-18 17:48:00 +08:00
优化单页打印
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
body {font-size: 12pt !important;}
|
||||
.m-manual .manual-left,.navbar {display: none;}
|
||||
.m-manual .manual-right{left: 0;}
|
||||
.m-manual .manual-left,.navbar {display: none;height: 0 !important; width: 0!important;}
|
||||
.m-manual .manual-right{position: relative;left: 0 !important; top: 0;}
|
||||
.manual-article .article-content{ min-width: initial !important;max-width: initial !important; width: inherit !important;padding: auto !important;}
|
||||
pre, code {white-space: pre-wrap !important;word-wrap: break-word !important;}
|
||||
a:link, a:visited {color: blue !important;text-decoration: underline !important;}
|
||||
body a:link:after, body a:visited:after {content: " (" attr(href) ") ";}
|
Reference in New Issue
Block a user