static/media/css/print.less @ 21e596ce4966
Commit updates from proofreading
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Mon, 21 May 2018 19:07:15 -0400 |
| parents | e7bc59b9ebda |
| children | (none) |
body { font: normal 10pt/1.25 Palatino, "Palatino Linotype"; text-rendering: optimizeLegibility; } nav, header, .toc { display: none; } #leaf-title { a { text-decoration: none; color: black; } } #leaf-content { ul.print-links { display: block; font-size: 1em; list-style-type: none; margin-left: 0em; a { text-decoration: none; } } code, pre { font: normal 9pt Menlo, Monaco, Consolas, "Courier New", Courier, monospace; } img { display: block; margin-left: auto; margin-right: auto; border: 1.43em solid #e5e5e5; padding: 1px; background: black; width: 400px; } img.left, img.right { border: none; background: none; padding: none; } img.left { margin: 0 1.5em 1em 0; float: left; } img.right { margin: 0 0 .75em 1em; float: right; } } div#leaf-content.with-diagrams img { display: block; margin-left: auto; margin-right: auto; background: none; border: none; } span.amp { font-family: "Palatino", "Constantia", "Palatino Linotype", serif; font-style: italic; } a { text-decoration: underline; color: #c06; } footer { display: none; }