Author: fmeschbe
Date: Sun Apr 22 17:00:30 2012
New Revision: 1328901

URL: http://svn.apache.org/viewvc?rev=1328901&view=rev
Log:
move footer into main div

Modified:
    sling/site/trunk/templates/skeleton.html

Modified: sling/site/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/templates/skeleton.html?rev=1328901&r1=1328900&r2=1328901&view=diff
==============================================================================
--- sling/site/trunk/templates/skeleton.html (original)
+++ sling/site/trunk/templates/skeleton.html Sun Apr 22 17:00:30 2012
@@ -49,10 +49,10 @@
       <div>
            {% block content %}{{ content|markdown }}{% endblock %}
       </div>
-    </div>
     
-    <div class="trademarkFooter"> 
+        <div class="trademarkFooter"> 
                Apache Sling, Sling, Apache, the Apache feather logo, and the 
Apache Sling project logo are trademarks of The Apache Software Foundation. All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
        </div>
+    </div>
   </body>
 </html>


Reply via email to