diff options
Diffstat (limited to 'src/stylesheets')
| -rw-r--r-- | src/stylesheets/asciidoctor.css | 4 |
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 { |
