IE charactergroup leader positioning fix

This commit is contained in:
Daniel 2014-03-28 00:04:07 +01:00
commit 3369d06dc3
2 changed files with 10 additions and 15 deletions

View file

@ -158,11 +158,11 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
.gdata h1{margin:0;padding:0}
.gdata .fa{color:#aca8a1}
.gchars li{background:#fff;padding:15px 0;border-radius:3px;text-align:center;float:left;margin-bottom:5px;width:49%}
.gchars li{background:#fff;padding:15px 0;border-radius:3px;float:left;margin-bottom:5px;width:49%}
.gchars li:nth-child(even){float:right}
.gchars img{width:50px;height:50px;border-radius:25px}
.gchars p{margin:0;padding:0}
.gchars .fa{position:absolute;margin-left:-14px}
.gchars p{margin:0;padding:0;text-align:center}
.gchars .fa{position:absolute;margin:-10px 0 0}
.gquests li{padding:12px 15px 0 15px;border-radius:3px}
.gquests li:nth-child(odd){background:#fff}