diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-09-09 03:38:15 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-09 03:38:15 -0600 |
| commit | f8b0ea6a96bdca66f8897e6175e3e18f8edbf3ab (patch) | |
| tree | 8d21f0fbe102076fecccb06ebe56024933cd87eb /src/stylesheets | |
| parent | 3d39ce2690644914f5fbff8bfa744a2f75cab90d (diff) | |
resolves #4137 set width of line number column on source block to 0.01% (PR #4158)
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 { |
