You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/01/28 19:44:27 UTC

svn commit: r1562148 - /myfaces/site/cms-site/trunk/templates/skeleton.html

Author: lu4242
Date: Tue Jan 28 18:44:27 2014
New Revision: 1562148

URL: http://svn.apache.org/r1562148
Log:
try myfaces site skin

Modified:
    myfaces/site/cms-site/trunk/templates/skeleton.html

Modified: myfaces/site/cms-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/templates/skeleton.html?rev=1562148&r1=1562147&r2=1562148&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/templates/skeleton.html (original)
+++ myfaces/site/cms-site/trunk/templates/skeleton.html Tue Jan 28 18:44:27 2014
@@ -57,8 +57,8 @@
     </div>
     <div id="body_column">
       <div>
-      <p>{% block tagline %}{{ headers.title }}{% endblock %}</p>
       <p>{{ breadcrumbs|safe }}</p>
+      <h2>{% block tagline %}{{ headers.title }}{% endblock %}</h2>
       {% block content %}<div id="content" class="grid_16"><div class="section-content">{{ content|markdown }}</div></div>{% endblock %}
       </div>
     </div>