summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/export-example.css
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-06-10 10:02:10 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-06-10 10:02:10 +0200
commit0226b596b39ea5d055dc37ea0609b67b64fe3d75 (patch)
treeb8e19522cb8e3a0683da0db73b23e40b5d6a9437 /tex/context/base/mkiv/export-example.css
parent0aa14799b67298a50dd2c31c249622915e103994 (diff)
downloadcontext-0226b596b39ea5d055dc37ea0609b67b64fe3d75.tar.gz
2020-06-09 18:55:00
Diffstat (limited to 'tex/context/base/mkiv/export-example.css')
-rw-r--r--tex/context/base/mkiv/export-example.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/export-example.css b/tex/context/base/mkiv/export-example.css
index 096408ee1..7cfd7f291 100644
--- a/tex/context/base/mkiv/export-example.css
+++ b/tex/context/base/mkiv/export-example.css
@@ -479,8 +479,9 @@ context|div.verbatim {
font-family : "DejaVu Sans Mono", "Lucida Console", monospace ;
}
-/* lines : display */
-/* line : mixed */
+/* lines : display */
+/* line : mixed */
+/* linenumber : inline */
lines,
context|div.lines {
@@ -501,6 +502,15 @@ context|div.line {
white-space : pre-wrap ;
}
+linenumber,
+context|div.linenumber {
+ display : inline-block ;
+ margin-right : 1em ;
+ width : 3em ;
+ text-align : left ;
+ font-family : "DejaVu Sans Mono", "Lucida Console", monospace ;
+}
+
/* synonym : inline */
/* sorting : inline */