summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-04-17 23:49:19 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-04-18 01:29:33 -0600
commitaeebabc689eb5d526f643a9e99db68b39bbb150a (patch)
tree4c75e72efe3c0c27802890552d97903e438a346a /data
parentb195ed18d7f9e8c2f357955708c6feb9b762cfca (diff)
adjust font size of term in horizontal dlist to match font size of term in regular dlist
Diffstat (limited to 'data')
-rw-r--r--data/stylesheets/asciidoctor-default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css
index aaa6ae6c..9b49f4e8 100644
--- a/data/stylesheets/asciidoctor-default.css
+++ b/data/stylesheets/asciidoctor-default.css
@@ -351,7 +351,7 @@ b.conum *{color:inherit!important}
dt,th.tableblock,td.content,div.footnote{text-rendering:optimizeLegibility}
h1,h2,p,td.content,span.alt,summary{letter-spacing:-.01em}
p strong,td.content strong,div.footnote strong{letter-spacing:-.005em}
-p,blockquote,dt,td.content,span.alt,summary{font-size:1.0625rem}
+p,blockquote,dt,td.content,td.hdlist1,span.alt,summary{font-size:1.0625rem}
.sidebarblock p,.sidebarblock dt,.sidebarblock td.content,p.tableblock{font-size:1em}
.print-only{display:none!important}
@page{margin:1.25cm .75cm}