You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/08/04 20:26:53 UTC

svn commit: r1369395 - /creadur/site/trunk/templates/skeleton.html

Author: rdonkin
Date: Sat Aug  4 18:26:52 2012
New Revision: 1369395

URL: http://svn.apache.org/viewvc?rev=1369395&view=rev
Log:
Try a different position for image

Modified:
    creadur/site/trunk/templates/skeleton.html

Modified: creadur/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/creadur/site/trunk/templates/skeleton.html?rev=1369395&r1=1369394&r2=1369395&view=diff
==============================================================================
--- creadur/site/trunk/templates/skeleton.html (original)
+++ creadur/site/trunk/templates/skeleton.html Sat Aug  4 18:26:52 2012
@@ -42,9 +42,6 @@
     <div id="page" class="container_16">
       <div id="header" class="grid_8">
         <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <img 
-            src="http://www.apache.org/events/logos-banners/ApacheCon-2012-Europe/EU_wide_20.png" 
-            alt="ApacheCon EU 2012 November 5-8 Sinsheim, Germany">
         <h1>The Apache Creadur&trade; Project</h1>
         <h2>{% block tagline %}{{ headers.title }}{% endblock %}</h2>
       </div>
@@ -55,6 +52,13 @@
                 alt="The Apache Software Foundation" 
                 title="The Apache Software Foundation" />
         </a>
+        <a href="http://www.apache.org/" id="bannerRight">
+           <img 
+                src="http://www.apache.org/events/logos-banners/ApacheCon-2012-Europe/EU_wide_20.png" 
+                alt="ApacheCon EU 2012 November 5-8 Sinsheim, Germany"
+                title="ApacheCon EU 2012" />
+        </a>
+        
       
         <p>{{ breadcrumbs|safe }}</p>  
     </div>