Author: adc
Date: Sun Dec 8 16:35:25 2013
New Revision: 1549060
URL: http://svn.apache.org/r1549060
Log:
Footer fix
Modified:
steve/site/trunk/templates/skeleton.html
Modified: steve/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/steve/site/trunk/templates/skeleton.html?rev=1549060&r1=1549059&r2=1549060&view=diff
==============================================================================
--- steve/site/trunk/templates/skeleton.html (original)
+++ steve/site/trunk/templates/skeleton.html Sun Dec 8 16:35:25 2013
@@ -132,14 +132,15 @@
</div>
</div>
- <footer>
- <p>Copyright © 2013 The Apache Software Foundation, Licensed under
the Apache License, Version 2.0.
+</div>
+<!-- /container -->
+<div id="footer">
+ <div class="container">
+ <p class="text-muted">Copyright © 2013 The Apache Software
Foundation, Licensed under the Apache License, Version 2.0.
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>
- </footer>
-
+ </div>
</div>
-<!-- /container -->
</body>
</html>