From 6e771900bf77ce30deb52bc3dfa3754ceb0cadf8 2013-06-29 08:24:21 From: Jessica B. Hamrick Date: 2013-06-29 08:24:21 Subject: [PATCH] Override ipython css for .fade Fixes #188 --- diff --git a/nbconvert/templates/reveal.tpl b/nbconvert/templates/reveal.tpl index 66be75d..bad885e 100644 --- a/nbconvert/templates/reveal.tpl +++ b/nbconvert/templates/reveal.tpl @@ -55,6 +55,9 @@ box-shadow: 0 0 10px rgba(0, 0, 0, 0); .reveal .slides { text-align: left; } +.reveal.fade { +opacity: 1; +} div.input_area { padding: 0.06em; }