From 3990efcdcef521c32447b1d960f9bd4669647dbc Mon Sep 17 00:00:00 2001 From: coderkun Date: Fri, 6 Mar 2015 16:00:57 +0100 Subject: [PATCH] fix float for lists (fixes issue #331) --- www/css/desktop.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/css/desktop.css b/www/css/desktop.css index 5d6d8fb4..5d17f6c8 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -395,7 +395,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .achmnts .unlcked{font-size:.75em;float:right;margin:-6px -4px 0 0;color:#878787} .cgqlist li{width:48%;float:left} -.cgqlist li:nth-child(odd){float:right} +.cgqlist li:nth-child(even){margin-left:2%} .libindx li{float:left;width:32%;margin-right:2%} .libindx li:nth-child(2n){float:left} @@ -445,4 +445,4 @@ aside .char{width:120px;float:left;margin-right:10px} aside .charstats{background:#f7f5f2;border-radius:3px;padding:10px 0;margin-top:50px} aside .charstats li{font-size:.875em;padding:2px 0} aside .cranks li:nth-child(odd){background:#f7f5f2} -} \ No newline at end of file +}