From 8c531ad1777beadd6933605e7630ca2681001fb3 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Thu, 24 Jan 2013 20:52:29 -0600 Subject: Challenges are now displayed in the correct order again. Ay' carumba. --- css/challenge.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/challenge.css b/css/challenge.css index 15a94ab..16c7357 100644 --- a/css/challenge.css +++ b/css/challenge.css @@ -69,13 +69,13 @@ width: 32px; height: 32px; background-image: url("../images/challenge_complete.png"); - float: right; + float: left; } .challengelist_incomplete { width: 32px; height: 32px; background-image: url("../images/challenge_incomplete.png"); - float: right; + float: left; } .challengelist_map { float:left; -- cgit v1.2.3