You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by ba...@apache.org on 2017/01/01 21:03:44 UTC

svn commit: r1776871 - /devicemap/site/trunk/templates/skeleton.html

Author: bayard
Date: Sun Jan  1 21:03:44 2017
New Revision: 1776871

URL: http://svn.apache.org/viewvc?rev=1776871&view=rev
Log:
Moving banner inside the main tab so the nav doesn't float over it

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

Modified: devicemap/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/devicemap/site/trunk/templates/skeleton.html?rev=1776871&r1=1776870&r2=1776871&view=diff
==============================================================================
--- devicemap/site/trunk/templates/skeleton.html (original)
+++ devicemap/site/trunk/templates/skeleton.html Sun Jan  1 21:03:44 2017
@@ -29,8 +29,6 @@
 
 <body>
 
-  <div style="background: red"><h1>2017/01/01 - Apache DeviceMap has been retired. </h1><h2>For more information, please explore the <a href="http://attic.apache.org/">Attic</a>. </h2></div>
-
   <div id="navigation"> 
 
   <img alt="Apache DeviceMap" width="300" height="98" src="/images/devicemap-logo/devicemap-logo-300-98.png"/>
@@ -39,6 +37,8 @@
   </div>
   
   <div id="content">
+    <div style="background: red"><h1>2017/01/01 - Apache DeviceMap has been retired. </h1><h2>For more information, please explore the <a href="http://attic.apache.org/">Attic</a>. </h2></div>
+
     <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
     {% block content %}{{ content|markdown }}{% endblock %}
   </div>