summaryrefslogtreecommitdiff
path: root/src/stylesheets
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-09-17 23:54:30 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-09-18 00:04:11 -0600
commit91ed87bf8760e80b161a348d17ae6c596adc84eb (patch)
tree7eb825ad744c5839cc10a0fc9170b7476191bf2c /src/stylesheets
parentb07be4e66487b0c90d58b009949ace0f9ef9b256 (diff)
don't set height to 100% on object tag in default stylesheet
- this setting is not relevant when max-width: 100% is also set
Diffstat (limited to 'src/stylesheets')
-rw-r--r--src/stylesheets/asciidoctor.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stylesheets/asciidoctor.css b/src/stylesheets/asciidoctor.css
index 879e60f2..b4058e93 100644
--- a/src/stylesheets/asciidoctor.css
+++ b/src/stylesheets/asciidoctor.css
@@ -264,10 +264,6 @@ object {
height: auto;
}
-object {
- height: 100%;
-}
-
.left {
float: left !important;
}