From adebdcbd2ad5e8322f444d7043f9ffc534c605f8 Mon Sep 17 00:00:00 2001
From: Maxwell Salzberg <maxwell@joindiaspora.com>
Date: Wed, 25 Apr 2012 23:08:32 -0700
Subject: [PATCH] fix an incorrect size declaration in a mixing [ci skip]

---
 app/assets/stylesheets/new_styles/_new_mixins.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/new_styles/_new_mixins.scss b/app/assets/stylesheets/new_styles/_new_mixins.scss
index 345f8a9cd3..b401046c33 100644
--- a/app/assets/stylesheets/new_styles/_new_mixins.scss
+++ b/app/assets/stylesheets/new_styles/_new_mixins.scss
@@ -69,8 +69,7 @@ $night-text-color : #999;
 }
 
 @mixin media-text() {
-  font-size { size: 2em; }
-
+  font-size: 2em; 
   line-height: 1.2em;
   padding-bottom: 0;
   margin-bottom: 0;
-- 
GitLab