diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-09-17 23:52:16 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-09-18 00:02:29 -0600 |
| commit | b07be4e66487b0c90d58b009949ace0f9ef9b256 (patch) | |
| tree | a95ec87b2a62a962ac589218aaa16edfe0e38663 /data | |
| parent | 68cd81f15941c4e7b373ee0cf1026a7a5997aa20 (diff) | |
remove styles for unused embed tag in default stylesheet
Diffstat (limited to 'data')
| -rw-r--r-- | data/stylesheets/asciidoctor-default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css index aef74962..d2348ab7 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -43,8 +43,8 @@ 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} -img,object,embed{max-width:100%;height:auto} -object,embed{height:100%} +img,object{max-width:100%;height:auto} +object{height:100%} .left{float:left!important} .right{float:right!important} .text-left{text-align:left!important} |
