mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Close <div>
This commit is contained in:
parent
84e28f5302
commit
da9d4da6f1
2 changed files with 10 additions and 1 deletions
|
@ -349,12 +349,17 @@ table {
|
|||
|
||||
.game-title {
|
||||
font-style: normal;
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
vertical-align: sub;
|
||||
}
|
||||
}
|
||||
|
||||
.game-score {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.standard {
|
||||
grid-column: 1;
|
||||
}
|
||||
|
@ -546,6 +551,8 @@ table {
|
|||
font-family: "Motiva Sans", sans-serif;
|
||||
padding: 18px;
|
||||
background: url("https://steamstore-a.akamaihd.net/public/images/v6/colored_body_top2.png?v=2") center;
|
||||
grid-template-columns: auto 124px;
|
||||
grid-template-rows: 58px 36px;
|
||||
|
||||
.player .player-name {
|
||||
grid-row: 1;
|
||||
|
@ -566,7 +573,9 @@ table {
|
|||
|
||||
.game-image {
|
||||
height: 58px;
|
||||
width: 124px;
|
||||
border-radius: 4px;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
</a>
|
||||
{% else %}
|
||||
<div class="game-banner">
|
||||
<div class="game-image">
|
||||
<div class="game-image"></div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue