diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2018-05-05 23:58:02 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-05 23:58:02 -0600 |
| commit | 53415d4dfe5e66c993939f7b95461bf20a7eb58f (patch) | |
| tree | c525349cde0307a5e0e8e225d26df7fadb649de1 /data | |
| parent | 67ae2ca5984dcd5f44a061cf9c63e2ec2450b482 (diff) | |
resolves #2753 use CSS class for float instead of inline style (PR #2754)
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 b0d2907b..9ca1c430 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -302,8 +302,8 @@ td.hdlist1{font-weight:bold;padding-bottom:1.25em} .colist td:not([class]):first-child img{max-width:none} .colist td:not([class]):last-child{padding:.25em 0} .thumb,.th{line-height:0;display:inline-block;border:solid 4px #fff;-webkit-box-shadow:0 0 0 1px #ddd;box-shadow:0 0 0 1px #ddd} -.imageblock.left,.imageblock[style*="float: left"]{margin:.25em .625em 1.25em 0} -.imageblock.right,.imageblock[style*="float: right"]{margin:.25em 0 1.25em .625em} +.imageblock.left{margin:.25em .625em 1.25em 0} +.imageblock.right{margin:.25em 0 1.25em .625em} .imageblock>.title{margin-bottom:0} .imageblock.thumb,.imageblock.th{border-width:6px} .imageblock.thumb>.title,.imageblock.th>.title{padding:0 .125em} |
