You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2016/06/02 15:19:39 UTC

svn commit: r1746589 - in /velocity/site/cms/trunk: content/css/site.css templates/skeleton.html

Author: cbrisson
Date: Thu Jun  2 15:19:39 2016
New Revision: 1746589

URL: http://svn.apache.org/viewvc?rev=1746589&view=rev
Log:
[site] nicify footer

Modified:
    velocity/site/cms/trunk/content/css/site.css
    velocity/site/cms/trunk/templates/skeleton.html

Modified: velocity/site/cms/trunk/content/css/site.css
URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/css/site.css?rev=1746589&r1=1746588&r2=1746589&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/css/site.css (original)
+++ velocity/site/cms/trunk/content/css/site.css Thu Jun  2 15:19:39 2016
@@ -221,6 +221,7 @@ a > img
 {
     clear: both;
     font-size: 0.8em;
+		text-align: center;
 }
 
 .frame, pre

Modified: velocity/site/cms/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/templates/skeleton.html?rev=1746589&r1=1746588&r2=1746589&view=diff
==============================================================================
--- velocity/site/cms/trunk/templates/skeleton.html (original)
+++ velocity/site/cms/trunk/templates/skeleton.html Thu Jun  2 15:19:39 2016
@@ -62,7 +62,7 @@
         {% block content %}<div id="content"><div class="section-content">{{ content|markdown }}</div></div>{% endblock %}
         <hr/>
         <div id="copyright">
-          Copyright &#169; 2016 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.&nbsp;Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+          Copyright &#169; 2016 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.
         </div>
       </div>
     </div>