From 7fc2892ef43c88705f0ad592f58db6cba7f750fd Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 14 Aug 2014 03:25:48 -0700 Subject: [PATCH] curse you misaligned semicolon --- app/assets/stylesheets/mobile/header.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index 1e53540d1ab..ffb528baa8b 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -27,14 +27,13 @@ .active .icon { &:after { margin-top: -1px; } - + } } button.sign-up-button { display:none; } } -} #main-outlet { padding-top: 60px; }