diff options
| -rw-r--r-- | data/stylesheets/asciidoctor-default.css | 1 | ||||
| -rw-r--r-- | src/stylesheets/asciidoctor.css | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css index d2348ab7..0bd400a1 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -44,7 +44,6 @@ 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{max-width:100%;height:auto} -object{height:100%} .left{float:left!important} .right{float:right!important} .text-left{text-align:left!important} 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; } |
