Commit edd394771ab13eaff2d9dc4a989658b8d3bee357
1 parent
4c79820485
Exists in
master
Changement du theme hljs par défaut pour Print
Showing 1 changed file with 5 additions and 2 deletions Side-by-side Diff
templates/html/Print.html
| ... | ... | @@ -40,7 +40,9 @@ |
| 40 | 40 | |
| 41 | 41 | table { |
| 42 | 42 | border-collapse: collapse; |
| 43 | - width: 100%; | |
| 43 | + width: 98%; | |
| 44 | + margin-left: auto; | |
| 45 | + margin-right: auto; | |
| 44 | 46 | } |
| 45 | 47 | |
| 46 | 48 | td,th { |
| ... | ... | @@ -79,6 +81,7 @@ |
| 79 | 81 | |
| 80 | 82 | span.zim-tag { |
| 81 | 83 | color: #ce5c00; |
| 84 | + width: 98%; | |
| 82 | 85 | } |
| 83 | 86 | div.zim-object { |
| 84 | 87 | border-style:solid; |
| ... | ... | @@ -105,7 +108,7 @@ |
| 105 | 108 | agate.css, vs2015.css, atom-one-dark.css |
| 106 | 109 | Demo live : https://highlightjs.org/static/demo/ --> |
| 107 | 110 | <link rel="stylesheet" |
| 108 | - href="file:////home/daniau/.local/share/zim/templates/html/common/hljs/styles/atom-one-light.css" > | |
| 111 | + href="file:////home/daniau/.local/share/zim/templates/html/common/hljs/styles/atom-one-light-wb.css" > | |
| 109 | 112 | |
| 110 | 113 | <!-- hljs --> |
| 111 | 114 | <script src="file:////home/daniau/.local/share/zim/templates/html/common/hljs/highlight.pack.js"></script> |