Skip to content

Commit 36ce502

Browse files
pluknetlcrilly
authored andcommitted
Regenerated.
1 parent cb21e39 commit 36ce502

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

xslt/body.xslt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
<h1>
3333
<xsl:if test="@lang = 'he'"> <xsl:attribute name="align"> <xsl:text>left</xsl:text> </xsl:attribute> </xsl:if>
3434
<a href="/">
35-
<img src="/nginx.png" alt="nginx"/>
35+
<img src="/img/nginx_logo.png" alt="NGINX" class="lightimage" style="display: block; height: auto;"/>
36+
<div class="darkimageWrapper" style="mso-hide: all; display: none">
37+
<img src="/img/nginx_logo_dark.png" alt="NGINX" class="darkimage" style="display: none;"/>
38+
</div>
3639
</a>
3740
</h1>
3841
<div>

0 commit comments

Comments
 (0)