From bde5907a1944ce6bdfe7e5ffda40b5d5eb6ecc43 Mon Sep 17 00:00:00 2001
From: RyDroid <rydroid_dev@yahoo.com>
Date: Thu, 19 Dec 2013 19:25:35 +0100
Subject: [PATCH] Update reveal.css

Correction of a small error
---
 css/reveal.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/reveal.css b/css/reveal.css
index bdcd820..e1985bf 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -479,7 +479,7 @@ body {
 }
 	.reveal .progress:after {
 		content: '';
-		display: 'block';
+		display: block;
 		position: absolute;
 		height: 20px;
 		width: 100%;
-- 
GitLab