diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-10-11 01:35:17 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-10-11 01:35:17 -0600 |
| commit | 8d42a5a50b981b2d5cdf9c0621a16ce1972d6947 (patch) | |
| tree | 07d89ae938ba425912f2c1c5d36a1ad9055be718 /src | |
| parent | dd810a4418e6d8335840f3c4a3300c989dbb6318 (diff) | |
remove unnecessary specificity in default stylesheet for styling p element inside list item
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/asciidoctor.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stylesheets/asciidoctor.css b/src/stylesheets/asciidoctor.css index 328f688f..a4f77de1 100644 --- a/src/stylesheets/asciidoctor.css +++ b/src/stylesheets/asciidoctor.css @@ -1607,8 +1607,7 @@ dl dd:last-child > :last-child { margin-bottom: 0; } -ol > li p, -ul > li p, +li p, ul dd, ol dd, .olist .olist, |
