You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2018/04/09 17:12:21 UTC

svn commit: r1828758 - /vcl/site/trunk/templates/skeleton.html

Author: arkurth
Date: Mon Apr  9 17:12:21 2018
New Revision: 1828758

URL: http://svn.apache.org/viewvc?rev=1828758&view=rev
Log:
added left-column div

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

Modified: vcl/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/vcl/site/trunk/templates/skeleton.html?rev=1828758&r1=1828757&r2=1828758&view=diff
==============================================================================
--- vcl/site/trunk/templates/skeleton.html (original)
+++ vcl/site/trunk/templates/skeleton.html Mon Apr  9 17:12:21 2018
@@ -34,12 +34,14 @@
       </tr>
     </table>
   </div>
-
-  <div id="navigation"> 
-  {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
-  </div>
-  <div id="current-event"> 
-    <a  href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-125x125.png"/></a>
+  
+  <div id="left-column">
+    <div id="navigation"> 
+      {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
+    </div>
+    <div id="current-event"> 
+      <a  href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-125x125.png"/></a>
+    </div>
   </div>
   
   <div id="content">