From 08ac7eef1ba97aa92071b5c17bcf47a180a63303 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Tue, 13 Mar 2012 23:18:10 +0000 Subject: [PATCH] Include pictures in non-fullscreen mode. --- mypapers/mrtg-td/slides.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mypapers/mrtg-td/slides.css b/mypapers/mrtg-td/slides.css index f2efef97bc..188e1e8a87 100644 --- a/mypapers/mrtg-td/slides.css +++ b/mypapers/mrtg-td/slides.css @@ -29,7 +29,7 @@ H1, H2 { font-family:sans-serif } -IMG { display: none } +IMG { /* width: 200px display: none */ } UL UL { list-style-type: circle } @@ -134,7 +134,7 @@ UL UL { list-style-type: circle } DIV.logo { display: none } /* hide logo when not in OperaShow mode */ -IMG { width: 200px } +IMG { /* width: 200px */ } H1, H2 { background: #BB8; -- 2.47.2