From 3be3bdc828f483c5679fc22d031ff78db2111dc2 2013-11-24 14:38:17 From: damianavila Date: 2013-11-24 14:38:17 Subject: [PATCH] reveal i is a class, so calling it with the class attribute selector. --- diff --git a/IPython/nbconvert/templates/slides_reveal.tpl b/IPython/nbconvert/templates/slides_reveal.tpl index 1f9b83b..dc6aceb 100644 --- a/IPython/nbconvert/templates/slides_reveal.tpl +++ b/IPython/nbconvert/templates/slides_reveal.tpl @@ -59,7 +59,7 @@ html { border: 0px solid black; box-shadow: 0 0 10px rgba(0, 0, 0, 0); } -reveal i { +.reveal i { font-style: normal; font-family: FontAwesome; font-size: 2em;