We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a8035 commit 61d4655Copy full SHA for 61d4655
1 file changed
default.css
@@ -402,6 +402,17 @@
402
/* DL list is indented 2em, but figure inside it is not */
403
dd > div.figure, dd > figure { margin-left: -2em }
404
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
416
417
/******************************************************************************/
418
/* Colored Boxes */
0 commit comments