From 4805234a41d0019096dcd9e70e3d6cfdafbb6b9b Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Mon, 2 Jan 2012 23:57:53 -0800
Subject: [PATCH] slightly reduced size of progress bar

---
 css/main.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/main.css b/css/main.css
index da48245..2a6b9db 100644
--- a/css/main.css
+++ b/css/main.css
@@ -313,7 +313,7 @@ html {
 #reveal .progress {
 	position: fixed;
 	display: none;
-	height: 4px;
+	height: 3px;
 	width: 100%;
 	bottom: 0;
 	left: 0;
-- 
2.26.2