From 1f62b392e8a257aab1bc28a2e130e0714b66c67c Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Mon, 11 Aug 2014 09:55:33 -0700 Subject: [PATCH] _s: Bring back closing curly brace. Erroneously removed while trying to sort out a merge conflict, when I squashed `_sass` commits. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index d35564d..e41a9e9 100644 --- a/style.css +++ b/style.css @@ -789,3 +789,4 @@ object { .gallery-caption { display: block; +}