Skip to content

Commit

Permalink
update height to match the reduced width of the image.
Browse files Browse the repository at this point in the history
  • Loading branch information
troy2914 committed Jan 29, 2024
1 parent b645b60 commit 65e1875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samps/web/xsl/index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<BODY>
<font face="verdana, arial, helvetica" align="right">
<center>
<IMG style="width: 1386px; height: 248px;" SRC="regional-header.png" align="center"/>
<IMG style="width: 1386px; height: 199px;" SRC="regional-header.png" align="center"/>
<h2><xsl:value-of select="/contestStandings/standingsHeader/@title"/></h2>
<h3><xsl:value-of select="/contestStandings/standingsHeader/groupList/group[@id = $group_id]/@title"/> per Division Standings</h3>
&#160;
Expand Down

0 comments on commit 65e1875

Please sign in to comment.