From 32000228e641bf9e83c3b25e1d3e9388147ebeb2 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 19 May 2014 22:27:27 -0700 Subject: [PATCH] correct error in CSS --- 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 1eaaf47b98..f295cacb6c 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -7,7 +7,7 @@ } .topic-post { - border-top: 1px solid sscale-color-diff(); + border-top: 1px solid scale-color-diff(); padding: 6px 0 3px 0; }