data/extras.css in asciidoctor-latex-1.5.0.3.dev vs data/extras.css in asciidoctor-latex-1.5.0.4.dev

- old
+ new

@@ -1,6 +1,78 @@ -.openblock.box.content { + +/* CLICK BLOCK */ + +.click_oblique { + + line-height:1.5em; + font-size:1.05em; + font-style:oblique; + margin-bottom:1.5em +} + +.click_plain { + + line-height:1.5em; + font-size:1.05em; + margin-bottom:1.5em; +} + + +/* BOX */ + + +.openblock.box { margin-top:1em; margin-bottom: 1em; margin-left:3em; margin-right:4em; + padding: 1em; + background-color: #ddd; +} + + +/* CAPSULE */ + + +.openblock.capsule.content { + margin-bottom:2em; + font-style:italic; + font-size:0.85em; +} + + +/* Equation Style */ + + +.equation_row_style { + + border-collapse: collapse; + border:0; + font-size: 10pt; +} + +.equation_table_style { + + width:100%; + border-collapse:collapse; + border:0 +} + +.equation_number_style { + + text-align:right; +} + +.equation_content_style { + + width:100%; + +} + + +/* XREF */ + +.xref { + + text-decoration:none; + }