summaryrefslogtreecommitdiff
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
parentb195ed18d7f9e8c2f357955708c6feb9b762cfca (diff)
adjust font size of term in horizontal dlist to match font size of term in regular dlist
-rw-r--r--CHANGELOG.adoc1
-rw-r--r--data/stylesheets/asciidoctor-default.css2
-rw-r--r--src/stylesheets/asciidoctor.css1
3 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index bb009a1d..a77f7867 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -70,6 +70,7 @@ Bug Fixes::
* Use correct selector to collapse margin on first and last child of sidebar
* Don't allow target of include directive to start with a space (to distinguish it from a dlist item) or to end with a space
* Manify alt text of block image in manpage output (#4401)
+ * Adjust font size of term in horizontal dlist to match font size of term in regular dlist
== 2.0.18 (2022-10-15) - @mojavelinux
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}
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;