From 45ca7625130853152d851d3d01b11034b827fd05 2014-04-02 04:48:23 From: damianavila Date: 2014-04-02 04:48:23 Subject: [PATCH] Fixed fontsize issue and added missing require and jquery from cdn. --- diff --git a/IPython/nbconvert/templates/html/slides_reveal.tpl b/IPython/nbconvert/templates/html/slides_reveal.tpl index 8aa2989..245bed6 100644 --- a/IPython/nbconvert/templates/html/slides_reveal.tpl +++ b/IPython/nbconvert/templates/html/slides_reveal.tpl @@ -45,6 +45,9 @@ {{resources['metadata']['name']}} slides + + + @@ -107,6 +110,9 @@ html { div.input_area { padding: 0.06em; } +div.input_area>div.highlight>pre { + font-size: 80%; +} div.code_cell { background-color: transparent; }