You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2014/07/15 18:37:12 UTC

svn commit: r1610746 - in /roller/cmssite/trunk/templates: roller-template.html test.html

Author: gmazza
Date: Tue Jul 15 16:37:12 2014
New Revision: 1610746

URL: http://svn.apache.org/r1610746
Log:
Rearranging of roller-template.

Modified:
    roller/cmssite/trunk/templates/roller-template.html
    roller/cmssite/trunk/templates/test.html

Modified: roller/cmssite/trunk/templates/roller-template.html
URL: http://svn.apache.org/viewvc/roller/cmssite/trunk/templates/roller-template.html?rev=1610746&r1=1610745&r2=1610746&view=diff
==============================================================================
--- roller/cmssite/trunk/templates/roller-template.html (original)
+++ roller/cmssite/trunk/templates/roller-template.html Tue Jul 15 16:37:12 2014
@@ -71,17 +71,16 @@
       </div>
     </div>
 
-    <div class="container">
-      <div class="markdown-content">
-      {% block content %}{{ content|markdown }}{% endblock %}
-      </div>
-
-      <footer>
-        <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
-        <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-      </footer>
+    <div class="markdown-content">
+         {% block content %}{{ content|markdown }}{% endblock %}
+    </div>
 
-    </div> <!-- /container -->
+    <div class="container">
+        <footer>
+           <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
+           <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+        </footer>
+    </div>
 
     <!-- Bootstrap core JavaScript
     ================================================== -->

Modified: roller/cmssite/trunk/templates/test.html
URL: http://svn.apache.org/viewvc/roller/cmssite/trunk/templates/test.html?rev=1610746&r1=1610745&r2=1610746&view=diff
==============================================================================
--- roller/cmssite/trunk/templates/test.html (original)
+++ roller/cmssite/trunk/templates/test.html Tue Jul 15 16:37:12 2014
@@ -6,14 +6,14 @@
     <div class="jumbotron">
       <div class="container">
         <div class="row">
-	    <div class="col-md-2">
-                <img src="images/steamroller50.png" alt="Roller Logo" class="img-responsive">
-            </div>
-	    <div class="col-md-10">
-		<h1>Blog Better.</h1>
-		<p>Apache Roller is a Java-based, full-featured, multi-user and group-blog server suitable for blog sites large and small.</p>
-		<p><a class="btn btn-primary btn-lg" role="button" href="https://cwiki.apache.org/confluence/display/ROLLER/PoweredByRoller">Our Community &raquo;</a></p>
-            </div>
+          <div class="col-md-2">
+            <img src="images/steamroller50.png" alt="Roller Logo" class="img-responsive">
+          </div>
+	      <div class="col-md-10">
+		    <h1>Blog Better.</h1>
+		    <p>Apache Roller is a Java-based, full-featured, multi-user and group-blog server suitable for blog sites large and small.</p>
+		    <p><a class="btn btn-primary btn-lg" role="button" href="https://cwiki.apache.org/confluence/display/ROLLER/PoweredByRoller">Our Community &raquo;</a></p>
+          </div>
         </div>
       </div>
     </div>
@@ -42,8 +42,7 @@
              <a class="btn btn-default" href="http://svn.apache.org/viewvc/roller/trunk/docs/" role="button">Latest Nightly Docs (ODT) &raquo;</a></p>
         </div>
       </div>
-
-      <hr>
+    </div>
 
 {% endblock %}