diff --git a/reveal.js/css/theme/simple.css b/reveal.js/css/theme/simple.css index 8e01549..fff54bd 100644 --- a/reveal.js/css/theme/simple.css +++ b/reveal.js/css/theme/simple.css @@ -283,13 +283,3 @@ body { -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } - - -/*********************** Footer **************/ - -body:after { -content: url(../../../images/logo.png); -position: fixed; -bottom: 3.5em; -left: 3.5em; - }