diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-04-17 23:49:19 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-04-18 01:29:33 -0600 |
| commit | aeebabc689eb5d526f643a9e99db68b39bbb150a (patch) | |
| tree | 4c75e72efe3c0c27802890552d97903e438a346a /src | |
| parent | b195ed18d7f9e8c2f357955708c6feb9b762cfca (diff) | |
adjust font size of term in horizontal dlist to match font size of term in regular dlist
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/asciidoctor.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stylesheets/asciidoctor.css b/src/stylesheets/asciidoctor.css index 27d60c69..4987e3ed 100644 --- a/src/stylesheets/asciidoctor.css +++ b/src/stylesheets/asciidoctor.css @@ -2043,6 +2043,7 @@ p, blockquote, dt, td.content, +td.hdlist1, span.alt, summary { font-size: 1.0625rem; |
