We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb21e39 commit 36ce502Copy full SHA for 36ce502
xslt/body.xslt
@@ -32,7 +32,10 @@
32
<h1>
33
<xsl:if test="@lang = 'he'"> <xsl:attribute name="align"> <xsl:text>left</xsl:text> </xsl:attribute> </xsl:if>
34
<a href="/">
35
- <img src="/nginx.png" alt="nginx"/>
+ <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>
39
</a>
40
</h1>
41
<div>
0 commit comments