Skip to content

Commit dea5c59

Browse files
committed
Round end damage graphics touches
1 parent 9e00d81 commit dea5c59

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

www/assets/css/hud.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,12 @@
348348
#hud #round-damage-stat table td,
349349
#hud #round-damage-stat table th {
350350
padding: 2px 8px;
351-
border: 1px dotted #ffffff47;
351+
border-bottom: 1px solid #ffffff47;
352+
}
353+
354+
#hud #round-damage-stat table tr:last-child td,
355+
#hud #round-damage-stat table tr:last-child th {
356+
border-bottom: none;
352357
}
353358

354359
#hud #round-damage-stat tr > *:nth-child(1) {

0 commit comments

Comments
 (0)