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 {
|
.game-title {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
vertical-align: sub;
|
vertical-align: sub;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.game-score {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.standard {
|
.standard {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
}
|
}
|
||||||
|
@ -546,6 +551,8 @@ table {
|
||||||
font-family: "Motiva Sans", sans-serif;
|
font-family: "Motiva Sans", sans-serif;
|
||||||
padding: 18px;
|
padding: 18px;
|
||||||
background: url("https://steamstore-a.akamaihd.net/public/images/v6/colored_body_top2.png?v=2") center;
|
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 {
|
.player .player-name {
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
|
@ -566,7 +573,9 @@ table {
|
||||||
|
|
||||||
.game-image {
|
.game-image {
|
||||||
height: 58px;
|
height: 58px;
|
||||||
|
width: 124px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="game-banner">
|
<div class="game-banner">
|
||||||
<div class="game-image">
|
<div class="game-image"></div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue