From 67140f2369dfa31f4d597bbed30bf0e6304f9d36 Mon Sep 17 00:00:00 2001 From: Ken Dale Date: Fri, 13 Feb 2015 19:43:47 -0500 Subject: Add plain class for plain images --- css/theme/white.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/theme/white.css') diff --git a/css/theme/white.css b/css/theme/white.css index 5fdb2fc..6404654 100644 --- a/css/theme/white.css +++ b/css/theme/white.css @@ -205,6 +205,10 @@ body { border: 4px solid #222; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } +.reveal section img.plain { + border: 0; + box-shadow: none; } + .reveal a img { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -- cgit v1.2.3