From b1a5f517a258fa86074d28767c0b89d00f86c601 Mon Sep 17 00:00:00 2001 From: noinkling Date: Sat, 17 Oct 2015 18:15:55 +1300 Subject: [PATCH] Move time text out of icon element on map page --- server/views/challengeMap/show.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/views/challengeMap/show.jade b/server/views/challengeMap/show.jade index 14243dee9b..9712a09579 100644 --- a/server/views/challengeMap/show.jade +++ b/server/views/challengeMap/show.jade @@ -87,7 +87,8 @@ block content .row .hidden-xs.col-sm-3.col-md-2 h3.text-primary.text-right.nowrap - i.fa.fa-clock-o  #{challengeBlock.time} + i.fa.fa-clock-o + = challengeBlock.time .col-xs-12.col-sm-9.col-md-10 h3 #{challengeBlock.name}