You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jo...@apache.org on 2017/03/18 01:13:45 UTC

svn commit: r1787520 - /incubator/public/trunk/content/stylesheets/site.vsl

Author: johndament
Date: Sat Mar 18 01:13:44 2017
New Revision: 1787520

URL: http://svn.apache.org/viewvc?rev=1787520&view=rev
Log:
Reducing graphic size.

Modified:
    incubator/public/trunk/content/stylesheets/site.vsl

Modified: incubator/public/trunk/content/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/stylesheets/site.vsl?rev=1787520&r1=1787519&r2=1787520&view=diff
==============================================================================
--- incubator/public/trunk/content/stylesheets/site.vsl (original)
+++ incubator/public/trunk/content/stylesheets/site.vsl Sat Mar 18 01:13:44 2017
@@ -221,10 +221,10 @@ href="$href">$menu.getChildText("title")
 ##
 #macro ( getProjectImage )
 <div class="span8">
-    <a href="/"><img src="/images/incubator_feather_egg_logo_sm.png" alt="The Apache Software Foundation Incubator" border="0" style="margin-top: 2px" width="450"/></a>
+    <a href="/"><img src="/images/incubator_feather_egg_logo_sm.png" alt="The Apache Software Foundation Incubator" border="0" style="margin-top: 2px" width="350"/></a>
 </div>
 <div class="span8">
-    <a href="https://www.apache.org/"><img src="http://www.apache.org/img/asf_logo.png" alt="The Apache Software Foundation" border="0" style="margin-top: 2px" width="375"/></a>
+    <a href="https://www.apache.org/"><img src="http://www.apache.org/img/asf_logo.png" alt="The Apache Software Foundation" border="0" style="margin-top: 2px" width="275"/></a>
 </div>
 #end
 ##



---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org