mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-20 02:16:11 +00:00
manual: use modified "haddock.theme" for nicer syntax highlighting;
use `tcolorbox` instead of `framed` for latex code blocks, works much better, especially as now when using a background colour; reduce gap after figures and force footnotes to bottom of page; move most symbology figures to after some text to lessen chance of subsection headers being orphaned on their own at end of page: required a number of rewordings; use named barcodes in example commands, rather than numbered; fix "lua-crossrefs" filter to allow parentheses around references; various other fixes and rephrasings
This commit is contained in:
4
docs/templates/styles.html
vendored
4
docs/templates/styles.html
vendored
@@ -160,7 +160,6 @@ $endif$
|
||||
font-size: 90%;
|
||||
margin: 0;
|
||||
hyphens: manual;
|
||||
color: #000000;
|
||||
}
|
||||
pre {
|
||||
margin: 1em 0;
|
||||
@@ -180,8 +179,7 @@ pre code {
|
||||
overflow: visible;
|
||||
}
|
||||
div.sourceCode {
|
||||
background-color: #f7f7f7;
|
||||
padding: 0.3em 0;
|
||||
padding: 0.3em 1em;
|
||||
}
|
||||
aside.footnotes {
|
||||
font-size:90%;
|
||||
|
||||
Reference in New Issue
Block a user