diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-07-31 19:29:55 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-08-02 16:45:38 -0600 |
| commit | 7a7a42bdd7cf5eab5be45ca153848ce5200ed68d (patch) | |
| tree | 9b78473ee12590a9b648cfaea2f2c66844ac64da /src | |
| parent | bf3e85f3072cd7ac7cba837c6fa49756e62545f4 (diff) | |
remove redundant styles from the stylesheet
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/asciidoctor.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/stylesheets/asciidoctor.css b/src/stylesheets/asciidoctor.css index 0e84a867..9da90644 100644 --- a/src/stylesheets/asciidoctor.css +++ b/src/stylesheets/asciidoctor.css @@ -202,8 +202,6 @@ body { padding: 0; margin: 0; font-family: "Noto Serif", "DejaVu Serif", serif; - font-weight: 400; - font-style: normal; line-height: 1; position: relative; cursor: auto; @@ -344,9 +342,6 @@ a img { } p { - font-family: inherit; - font-weight: 400; - font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; text-rendering: optimizeLegibility; @@ -445,7 +440,6 @@ code { ul, ol, dl { - font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; list-style-position: outside; @@ -461,7 +455,6 @@ ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; - font-size: 1em; } ul.square li ul, |
