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/06/30 21:01:06 UTC

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

Author: rdonkin
Date: Sat Jun 30 19:01:05 2012
New Revision: 1355795

URL: http://svn.apache.org/viewvc?rev=1355795&view=rev
Log:
Okay - try again

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=1355795&r1=1355794&r2=1355795&view=diff
==============================================================================
--- creadur/site/trunk/templates/skeleton.html (original)
+++ creadur/site/trunk/templates/skeleton.html Sat Jun 30 19:01:05 2012
@@ -50,7 +50,8 @@
         <p>{{ breadcrumbs|safe }}</p>  
     </div>
       <div class="clear"></div>
-      {% block content %}<div id="content" class="grid_12 push 4"><div class="section-content">{{ content|markdown }}</div></div>{% endblock %}
+      <div class="grid_4 alpha">Maybe this will appear in the first column...</div>
+      {% block content %}<div id="content" class="grid_12 omega"><div class="section-content">{{ content|markdown }}</div></div>{% endblock %}
       <div class="clear"></div>
     </div>