From 071ccc879f8673d02219c8c137dc5f9264a47a74 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Mon, 6 Apr 2020 11:57:57 -0700 Subject: [PATCH] output cell tweaks (#134) --- myst_nb/_static/mystnb.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/myst_nb/_static/mystnb.css b/myst_nb/_static/mystnb.css index 8bb65a5f..3dc90406 100644 --- a/myst_nb/_static/mystnb.css +++ b/myst_nb/_static/mystnb.css @@ -35,6 +35,7 @@ div.cell_input > div, div.cell_output div.output > div.highlight { padding-left: 1em; padding-right: 0em; margin-bottom: 1em; + margin-top: 1em; } /* Outputs from jupyter_sphinx overrides to remove extra CSS */ @@ -80,8 +81,6 @@ div.cell_output table { color: black; font-size: 1em; table-layout: fixed; - margin-left:auto; - margin-right:auto; } div.cell_output thead { border-bottom: 1px solid black;