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:39:05 UTC

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

Author: johndament
Date: Sat Mar 18 01:39:04 2017
New Revision: 1787523

URL: http://svn.apache.org/viewvc?rev=1787523&view=rev
Log:
Swapping logos.

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=1787523&r1=1787522&r2=1787523&view=diff
==============================================================================
--- incubator/public/trunk/content/stylesheets/site.vsl (original)
+++ incubator/public/trunk/content/stylesheets/site.vsl Sat Mar 18 01:39:04 2017
@@ -221,11 +221,11 @@ 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" height="88"/></a>
-</div>
-<div style="float:right;">
     <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" height="88"/></a>
 </div>
+<div>
+    <a href="/"><img src="/images/incubator_feather_egg_logo_sm.png" alt="The Apache Software Foundation Incubator" border="0" style="margin-top: 2px" height="88"/></a>
+</div>
 #end
 ##
 ##



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