minor data position rearrangement
This commit is contained in:
parent
bae8674d0b
commit
97ea0120c0
2 changed files with 3 additions and 2 deletions
|
|
@ -15,9 +15,9 @@
|
||||||
<span>Schweb wie ein Schmetterling! Stich wie eine Biene!</span>
|
<span>Schweb wie ein Schmetterling! Stich wie eine Biene!</span>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><i class="fa fa-users fa-fw"></i>6 Mitglieder</li>
|
|
||||||
<li><i class="fa fa-lightbulb-o fa-fw"></i><?=$group['xps']?> XP</li>
|
|
||||||
<li><i class="fa fa-th-list fa-fw"></i>7. Platz</li>
|
<li><i class="fa fa-th-list fa-fw"></i>7. Platz</li>
|
||||||
|
<li><i class="fa fa-lightbulb-o fa-fw"></i><?=$group['xps']?> XP</li>
|
||||||
|
<li><i class="fa fa-users fa-fw"></i>6 Mitglieder</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -156,6 +156,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
||||||
.gdata{margin-top:20px}
|
.gdata{margin-top:20px}
|
||||||
.gdata img{border-radius:3px;margin-bottom:15px}
|
.gdata img{border-radius:3px;margin-bottom:15px}
|
||||||
.gdata h1{margin:0;padding:0}
|
.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;text-align:center;float:left;margin-bottom:5px;width:49%}
|
||||||
.gchars li:nth-child(even){float:right}
|
.gchars li:nth-child(even){float:right}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue