Skip to content

Commit eb5270e

Browse files
Fix HTML W3C stuff
1 parent 21de969 commit eb5270e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

webapp/public/style_domjudge.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ img.affiliation-logo {
284284
.silver-medal { background-color: #aaa }
285285
.bronze-medal { background-color: #c08e55 }
286286

287-
#scoresolv,#scoretotal { width: 2.5em; }
287+
#scoresolv,#scoretotal,#scoresolvmobile,#scoretotalmobile { width: 2.5em; }
288288
.scorenc,.scorett,.scorepl { text-align: center; width: 2ex; }
289289
.scorenc { font-weight: bold; }
290290
td.scorenc { border-color: silver; border-right: 0; }

webapp/templates/partials/scoreboard_table.html.twig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@
3939
{# output table column groups (for the styles) #}
4040
<colgroup>
4141
{% if enable_ranking %}
42-
<col id="scorerank"/>
42+
<col id="scorerankmobile"/>
4343
{% endif %}
4444
{% if showFlags %}
45-
<col id="scoreflags"/>
45+
<col id="scoreflagsmobile"/>
4646
{% else %}
4747
<col/>
4848
{% endif %}
4949
{% if showAffiliationLogos %}
50-
<col id="scorelogos"/>
50+
<col id="scorelogosmobile"/>
5151
{% endif %}
52-
<col id="scoreteamname"/>
52+
<col id="scoreteamnamemobile"/>
5353
</colgroup>
5454
{% if enable_ranking %}
5555
<colgroup>
56-
<col id="scoresolv"/>
57-
<col id="scoretotal"/>
56+
<col id="scoresolvmobile"/>
57+
<col id="scoretotalmobile"/>
5858
</colgroup>
5959
{% endif %}
6060
<colgroup>

0 commit comments

Comments
 (0)