From 72ce102958236893192bb37aa40b6c6a2cb6258d Mon Sep 17 00:00:00 2001 From: Luke Barratt Date: Thu, 28 Aug 2014 23:13:07 +0100 Subject: [PATCH] Fixes invalid CSS syntax --- app/assets/stylesheets/themes/default/components/_gather.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/default/components/_gather.scss b/app/assets/stylesheets/themes/default/components/_gather.scss index b04cd42..5238713 100644 --- a/app/assets/stylesheets/themes/default/components/_gather.scss +++ b/app/assets/stylesheets/themes/default/components/_gather.scss @@ -43,7 +43,7 @@ } .timestamp { - float:right + float: right; margin: 0 5px 5px; } }