From 26db6a12887597f93e253dda65d47c27127be1e7 Mon Sep 17 00:00:00 2001 From: Todd Stoffer Date: Wed, 5 Jul 2017 09:57:15 -0400 Subject: [PATCH] Removing logo from simple presentation css --- reveal.js/css/theme/simple.css | 10 ---------- 1 file changed, 10 deletions(-) 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; - }