diff options
Diffstat (limited to 'css/challenge.css')
-rw-r--r-- | css/challenge.css | 4 |
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; |