mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
backend/tools/gen_eci_?b_h.php: get data from web (where possible)
and remove *.TXT from backend/tools/data, adding GB2312.TXT README manual: try to make scaling info more exact, and re-iterate no text printed for raster with scale < 1; move CLI HRT section up; add one-page docs/manual.html to git - should do same for 3.1M manual.pdf?? other: remove some no longer used backend/tools, readme-cmake
This commit is contained in:
4
docs/templates/styles.html
vendored
4
docs/templates/styles.html
vendored
@ -10,7 +10,7 @@ $if(linestretch)$
|
||||
line-height: $linestretch$;
|
||||
$endif$
|
||||
color: $if(fontcolor)$$fontcolor$$else$#1a1a1a$endif$;
|
||||
background-color: $if(backgroundcolor)$$backgroundcolor$$else$#fdfdfd$endif$;
|
||||
background-color: $if(backgroundcolor)$$backgroundcolor$$else$#ffffff$endif$;
|
||||
}
|
||||
body {
|
||||
margin: 0 auto;
|
||||
@ -179,7 +179,7 @@ pre code {
|
||||
overflow: visible;
|
||||
}
|
||||
div.sourceCode {
|
||||
background-color: #f5f5f5;
|
||||
background-color: #f7f7f7;
|
||||
padding: 0.3em 0;
|
||||
}
|
||||
aside.footnotes {
|
||||
|
Reference in New Issue
Block a user