From e7031859efe9465d10b9b8c3d124b8f51eca0a38 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 20 Jul 2014 02:20:26 -0700 Subject: [PATCH] dropped a } --- app/assets/stylesheets/mobile/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 4d4e8641555..42293634a53 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -67,7 +67,7 @@ button { nav.post-controls { clear: both; - button {color: scale-color($primary, $lightness: 50%); + button { color: scale-color($primary, $lightness: 50%) }; }