summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 {