summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-09-09 03:38:15 -0600
committerGitHub <noreply@github.com>2021-09-09 03:38:15 -0600
commitf8b0ea6a96bdca66f8897e6175e3e18f8edbf3ab (patch)
tree8d21f0fbe102076fecccb06ebe56024933cd87eb /src
parent3d39ce2690644914f5fbff8bfa744a2f75cab90d (diff)
resolves #4137 set width of line number column on source block to 0.01% (PR #4158)
Diffstat (limited to 'src')
-rw-r--r--src/stylesheets/asciidoctor.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stylesheets/asciidoctor.css b/src/stylesheets/asciidoctor.css
index 875fd714..49ce365b 100644
--- a/src/stylesheets/asciidoctor.css
+++ b/src/stylesheets/asciidoctor.css
@@ -1328,6 +1328,10 @@ table.linenotable td.code {
padding-left: 0.75em;
}
+table.linenotable td.linenos {
+ width: 0.01%;
+}
+
table.linenotable td.linenos,
pre.pygments .linenos,
pre.rouge .linenos {