From 235c78a5c8f3827fe3b110a31843a78fe46f1fab Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Sun, 23 Jun 2013 10:02:16 -0400
Subject: [PATCH] pdf print tweak

---
 css/print/pdf.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/css/print/pdf.css b/css/print/pdf.css
index a4fc796..9094ef1 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -71,6 +71,11 @@ a:visited {
 	text-decoration: underline;
 }
 
+.reveal pre code {
+	overflow: hidden !important;
+	font-family: monospace !important;
+}
+
 
 /* SECTION 6: more reveal.js specific additions by @skypanther */
 ul, ol, div, p {
-- 
GitLab