diff --git a/src/main/plugins/org.dita.html5/sass/_figures.scss b/src/main/plugins/org.dita.html5/sass/_figures.scss index 406d3c2316..4c3321a695 100644 --- a/src/main/plugins/org.dita.html5/sass/_figures.scss +++ b/src/main/plugins/org.dita.html5/sass/_figures.scss @@ -56,6 +56,12 @@ /* Align images based on @align on topic/image */ +img.break { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + div.imageleft { text-align: left; } diff --git a/src/main/plugins/org.dita.html5/xsl/topic.xsl b/src/main/plugins/org.dita.html5/xsl/topic.xsl index 3e9196ac05..a7169ba978 100644 --- a/src/main/plugins/org.dita.html5/xsl/topic.xsl +++ b/src/main/plugins/org.dita.html5/xsl/topic.xsl @@ -1364,15 +1364,7 @@ See the accompanying LICENSE file for applicable license. - - - - - - -
-
-
+ @@ -1401,8 +1393,6 @@ See the accompanying LICENSE file for applicable license. - -
[]
@@ -1414,9 +1404,12 @@ See the accompanying LICENSE file for applicable license. + imageleft imageright imagecenter + + break