From 519ee26809bfd6bd824155e999d2c9eaae6786bb Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 27 Nov 2012 09:23:23 -0500 Subject: remove left/right margin from images, tweak pdf print styles --- css/theme/simple.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/theme/simple.css') diff --git a/css/theme/simple.css b/css/theme/simple.css index cf4f042..a68729f 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -79,7 +79,7 @@ body { * IMAGES *********************************************/ .reveal section img { - margin: 15px; + margin: 15px 0px; background: rgba(255, 255, 255, 0.12); border: 4px solid black; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -- cgit v1.2.3