Browse Source

slightly reduced size of progress bar

Hakim El Hattab 13 years ago
parent
commit
4805234a41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      css/main.css

+ 1 - 1
css/main.css

@@ -313,7 +313,7 @@ html {
 #reveal .progress {
 	position: fixed;
 	display: none;
-	height: 4px;
+	height: 3px;
 	width: 100%;
 	bottom: 0;
 	left: 0;