Skip to content

Commit 108970b

Browse files
Fix HTML W3C stuff
1 parent 3adc238 commit 108970b

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
@@ -38,22 +38,22 @@
3838
{# output table column groups (for the styles) #}
3939
<colgroup>
4040
{% if enable_ranking %}
41-
<col id="scorerank"/>
41+
<col id="scorerankmobile"/>
4242
{% endif %}
4343
{% if showFlags %}
44-
<col id="scoreflags"/>
44+
<col id="scoreflagsmobile"/>
4545
{% else %}
4646
<col/>
4747
{% endif %}
4848
{% if showAffiliationLogos %}
49-
<col id="scorelogos"/>
49+
<col id="scorelogosmobile"/>
5050
{% endif %}
51-
<col id="scoreteamname"/>
51+
<col id="scoreteamnamemobile"/>
5252
</colgroup>
5353
{% if enable_ranking %}
5454
<colgroup>
55-
<col id="scoresolv"/>
56-
<col id="scoretotal"/>
55+
<col id="scoresolvmobile"/>
56+
<col id="scoretotalmobile"/>
5757
</colgroup>
5858
{% endif %}
5959
<colgroup>

0 commit comments

Comments
 (0)