You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by ad...@apache.org on 2013/12/08 18:33:00 UTC

svn commit: r1549073 - in /steve/site/trunk: content/resources/css/main.css templates/skeleton.html

Author: adc
Date: Sun Dec  8 17:33:00 2013
New Revision: 1549073

URL: http://svn.apache.org/r1549073
Log:
more footer work

Modified:
    steve/site/trunk/content/resources/css/main.css
    steve/site/trunk/templates/skeleton.html

Modified: steve/site/trunk/content/resources/css/main.css
URL: http://svn.apache.org/viewvc/steve/site/trunk/content/resources/css/main.css?rev=1549073&r1=1549072&r2=1549073&view=diff
==============================================================================
--- steve/site/trunk/content/resources/css/main.css (original)
+++ steve/site/trunk/content/resources/css/main.css Sun Dec  8 17:33:00 2013
@@ -99,6 +99,9 @@ blockquote p {
 #wrap > .container {
     padding: 60px 15px 0;
 }
+.container .text-muted {
+    margin: 20px 0;
+}
 
 #footer > .container {
     padding-left: 15px;

Modified: steve/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/steve/site/trunk/templates/skeleton.html?rev=1549073&r1=1549072&r2=1549073&view=diff
==============================================================================
--- steve/site/trunk/templates/skeleton.html (original)
+++ steve/site/trunk/templates/skeleton.html Sun Dec  8 17:33:00 2013
@@ -120,7 +120,7 @@
 
 <div id="footer">
   <div class="container">
-    <p class="text-muted">Copyright &copy; 2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+    <p class="text-muted">Copyright &copy; 2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.<br>
       Apache STeVe, Apache, the Apache feather logo, and the Apache STeVe project logo are trademarks of The Apache Software Foundation.
       All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
   </div>