Author: marrs
Date: Wed Feb 8 22:42:33 2012
New Revision: 1242156
URL: http://svn.apache.org/viewvc?rev=1242156&view=rev
Log:
More tweaks.
Modified:
ace/site/trunk/templates/skeleton.html
Modified: ace/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/ace/site/trunk/templates/skeleton.html?rev=1242156&r1=1242155&r2=1242156&view=diff
==============================================================================
--- ace/site/trunk/templates/skeleton.html (original)
+++ ace/site/trunk/templates/skeleton.html Wed Feb 8 22:42:33 2012
@@ -47,10 +47,11 @@
</div>
</div>
<div class="container">
- <p><div class="btn-group">{{ breadcrumbs|safe }}</div></p>
+ <p>{{ breadcrumbs|safe }}</p>
<h1>{% block tagline %}{{ headers.title }}{% endblock %}</h1>
<div class="clear"></div>
{% block content %}<div id="content">{{ content|markdown }}</div>{%
endblock %}
+ <hr>
<footer>
<p>Copyright © 2012 The Apache Software Foundation, Licensed
under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License,
Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The
Apache Software Foundation.</p>
</footer>