diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-10-26 23:57:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-26 23:57:19 -0600 |
| commit | 8fc4a52daf3e023d0ab3529d1cdf0180816f2834 (patch) | |
| tree | 0d5ebd06bf85b6e0e04f21b7d9fcc718464f095c /src | |
| parent | 60760a308cab10924f445b5ab1a10b6a6d02e5df (diff) | |
resolves #4186 remove form styles from default stylesheet (PR #4194)
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/asciidoctor.css | 70 |
1 files changed, 4 insertions, 66 deletions
diff --git a/src/stylesheets/asciidoctor.css b/src/stylesheets/asciidoctor.css index 95dd5beb..ca125af4 100644 --- a/src/stylesheets/asciidoctor.css +++ b/src/stylesheets/asciidoctor.css @@ -41,7 +41,6 @@ h4, h5, h6, pre, -form, p, blockquote, th, @@ -94,8 +93,7 @@ strong strong { code, kbd, -pre, -samp { +pre { font-family: "Droid Sans Mono", "DejaVu Sans Mono", monospace; font-size: 1em; } @@ -206,64 +204,6 @@ audio:not([controls]) { height: 0; } -fieldset { - border: 1px solid silver; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -legend { - border: 0; - padding: 0; -} - -button, -input, -select, -textarea { - font-family: inherit; - font-size: 100%; - margin: 0; -} - -button, -input { - line-height: normal; -} - -button, -select { - text-transform: none; -} - -button, -html input[type=button], -input[type=reset], -input[type=submit] { - -webkit-appearance: button; - cursor: pointer; -} - -button[disabled], -html input[disabled] { - cursor: default; -} - -input[type=checkbox], -input[type=radio] { - padding: 0; -} - -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} - -textarea { - overflow: auto; -} - .left { float: left !important; } @@ -292,10 +232,6 @@ textarea { display: none; } -select { - width: 100%; -} - .subheader, .admonitionblock td.content > .title, .audioblock > .title, @@ -1657,7 +1593,9 @@ ul.checklist > li > p:first-child > .fa-check-square-o:first-child { } ul.checklist > li > p:first-child > input[type=checkbox]:first-child { - margin-right: 0.25em; + font: inherit; + margin: 0 0.25em 0 0; + padding: 0; } ul.inline { |
