fixed list icon display bug in IE
This commit is contained in:
parent
7ff5feae52
commit
8f7b34b681
2 changed files with 7 additions and 7 deletions
|
|
@ -51,10 +51,10 @@
|
||||||
<h1>Zyrendaniel</h1>
|
<h1>Zyrendaniel</h1>
|
||||||
<img src="http://legende-von-zyren.de/img/avatars/Goblin7.png" class="char">
|
<img src="http://legende-von-zyren.de/img/avatars/Goblin7.png" class="char">
|
||||||
<ul class="charstats">
|
<ul class="charstats">
|
||||||
<li>Level 1</li>
|
<li><i class="fa fa-caret-right fa-fw"></i>Level 1</li>
|
||||||
<li>1500 XP</li>
|
<li><i class="fa fa-caret-right fa-fw"></i>1500 XP</li>
|
||||||
<li>Rang 11</li>
|
<li><i class="fa fa-caret-right fa-fw"></i>Rang 11</li>
|
||||||
<li><a href="#">Zum Profil</a></li>
|
<li><i class="fa fa-caret-right fa-fw"></i><a href="#">Zum Profil</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
|
|
||||||
|
|
@ -229,8 +229,8 @@ article{background:#f7f5f2;float:left}
|
||||||
@media only screen and (min-width:1600px){
|
@media only screen and (min-width:1600px){
|
||||||
aside{display:block;float:left;width:350px;min-width:350px;margin:0 0 0 40px}
|
aside{display:block;float:left;width:350px;min-width:350px;margin:0 0 0 40px}
|
||||||
aside section{margin:20px 0 40px 0}
|
aside section{margin:20px 0 40px 0}
|
||||||
aside .char{width:120px;float:left;margin-right:30px}
|
aside .char{width:120px;float:left;margin-right:10px}
|
||||||
aside .charstats{background:#f7f5f2;border-radius:3px;padding:10px 0;margin-top:50px;list-style-type:square}
|
aside .charstats{background:#f7f5f2;border-radius:3px;padding:10px 0;margin-top:50px}
|
||||||
aside .charstats li{font-size:.875em;padding:2px 0 2px 6px}
|
aside .charstats li{font-size:.875em;padding:2px 0}
|
||||||
aside .cranks li:nth-child(odd){background:#f7f5f2}
|
aside .cranks li:nth-child(odd){background:#f7f5f2}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue