From 4f544d525539935c0511c7455f489e8cd772c93e Mon Sep 17 00:00:00 2001 From: oliver Date: Sat, 12 Mar 2016 19:22:25 +0100 Subject: [PATCH] fix styling of rare Achievements --- www/css/desktop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/desktop.css b/www/css/desktop.css index 00a537fd..f748f53d 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -447,7 +447,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .notify{width:500px} -.rare,.hunter{float:left;width:49%} +.rare,.hunter{float:left;width:49%;clear:none} .hunter{float:right} .achmnts .desc{padding-top:0} .achmnts .unlcked{font-size:.75em;float:right;margin:-6px -4px 0 0;color:#878787}