From c330fb76397bbda300e7468ef96d327e566d1d0f Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 21 Oct 2014 14:57:26 -0400 Subject: [PATCH] add missing semicolon --- app/assets/stylesheets/mobile/faqs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/faqs.scss b/app/assets/stylesheets/mobile/faqs.scss index 71719dfe833..4fdfda90bab 100644 --- a/app/assets/stylesheets/mobile/faqs.scss +++ b/app/assets/stylesheets/mobile/faqs.scss @@ -3,7 +3,7 @@ // -------------------------------------------------- .body-page { - margin-top: 20px + margin-top: 20px; margin-left: 15px; width: 90%; padding-left: 0;