Skip to content

Commit 61d4655

Browse files
committed
Add styles for ASCII renderings and diagrams.
1 parent 81a8035 commit 61d4655

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

default.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,17 @@
402402
/* DL list is indented 2em, but figure inside it is not */
403403
dd > div.figure, dd > figure { margin-left: -2em }
404404

405+
pre.ascii-art {
406+
display: table; /* shrinkwrap */
407+
margin: 1em auto;
408+
}
409+
410+
pre.output {
411+
margin: 1em;
412+
border: solid thin silver;
413+
padding: 0.25em;
414+
display: table;
415+
}
405416

406417
/******************************************************************************/
407418
/* Colored Boxes */

0 commit comments

Comments
 (0)