summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-01-24 20:52:29 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-01-24 20:52:29 -0600
commit8c531ad1777beadd6933605e7630ca2681001fb3 (patch)
treeffad2ff44bb70ac4d476516122b277f3949f27c6 /css
parent4ef5930b62bc0d20657278f2e6e227905d70bc44 (diff)
downloadpathery-8c531ad1777beadd6933605e7630ca2681001fb3.tar.xz
Challenges are now displayed in the correct order again. Ay' carumba.
Diffstat (limited to 'css')
-rw-r--r--css/challenge.css4
1 files changed, 2 insertions, 2 deletions
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;