fix float for lists (fixes issue #331)

This commit is contained in:
coderkun 2015-03-06 16:00:57 +01:00
commit a8e0cadc02

View file

@ -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}
}
}