Author: sebb
Date: Wed Feb 24 16:16:16 2016
New Revision: 1732182
URL: http://svn.apache.org/viewvc?rev=1732182&view=rev
Log:
Propagate new logo
Modified:
jmeter/trunk/docs/images/asf-logo.png
jmeter/trunk/xdocs/stylesheets/site_printable.vsl
Modified: jmeter/trunk/docs/images/asf-logo.png
URL:
http://svn.apache.org/viewvc/jmeter/trunk/docs/images/asf-logo.png?rev=1732182&r1=1732181&r2=1732182&view=diff
==============================================================================
Binary files - no diff available.
Modified: jmeter/trunk/xdocs/stylesheets/site_printable.vsl
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/site_printable.vsl?rev=1732182&r1=1732181&r2=1732182&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/site_printable.vsl (original)
+++ jmeter/trunk/xdocs/stylesheets/site_printable.vsl Wed Feb 24 16:16:16 2016
@@ -527,7 +527,7 @@ $comp.getAttributeValue("index")
#set ( $logoHeight = $project.getChild("logo").getAttributeValue("height") )
#set ( $logoWidth = $project.getChild("logo").getAttributeValue("width") )
<td align="left">
-<a href="http://www.apache.org"><img title="Apache Software Foundation"
width="387" height="100" src="$imgdir/asf-logo.gif" border="0"/></a>
+<a href="http://www.apache.org"><img style="margin: 0px 30px 0px 0px"
title="Apache Software Foundation" width="215" height="88"
src="$imgdir/asf-logo.png" border="0"/></a>
</td>
<td align="right">
#if ( $logoString.startsWith("/") )
@@ -538,7 +538,7 @@ $comp.getAttributeValue("index")
</td>
#else
<td colspan="2">
-<a href="http://www.apache.org"><img title="Apache Software Foundation"
width="387" height="100" src="$imgdir/asf-logo.gif" border="0"/></a>
+<a href="http://www.apache.org"><img title="Apache Software Foundation"
width="215" height="88" src="$imgdir/asf-logo.png" border="0"/></a>
</td>
#end
#end