You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2018/03/15 18:48:09 UTC

svn commit: r1826852 - in /comdev/reporter.apache.org/trunk/site: index.html js/render.js

Author: sebb
Date: Thu Mar 15 18:48:09 2018
New Revision: 1826852

URL: http://svn.apache.org/viewvc?rev=1826852&view=rev
Log:
COMDEV-283 - Page footer partially obscured by content

Modified:
    comdev/reporter.apache.org/trunk/site/index.html
    comdev/reporter.apache.org/trunk/site/js/render.js

Modified: comdev/reporter.apache.org/trunk/site/index.html
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/index.html?rev=1826852&r1=1826851&r2=1826852&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/index.html (original)
+++ comdev/reporter.apache.org/trunk/site/index.html Thu Mar 15 18:48:09 2018
@@ -131,11 +131,10 @@
       Please enable it or get a browser that supports it.
    </noscript>
 </div>
-<div id="footer" class="footer row">
-  <p>&nbsp;</p>
+<div id="footer" class="row-2">
   <p>
     Managed by the <a href="http://community.apache.org/">Apache Community Development Project</a>, see <a href="https://reporter.apache.org/about.html">About This Website</a> for technical info.<br/>
-    Copyright&copy; 2017, the Apache Software Foundation. Licensed under the <a rel="license" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a><br/>
+    Copyright&copy; 2018, the Apache Software Foundation. Licensed under the <a rel="license" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
   </p>
 </div>
 <script type="text/javascript">

Modified: comdev/reporter.apache.org/trunk/site/js/render.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/js/render.js?rev=1826852&r1=1826851&r2=1826852&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/js/render.js (original)
+++ comdev/reporter.apache.org/trunk/site/js/render.js Thu Mar 15 18:48:09 2018
@@ -306,7 +306,7 @@ function renderFrontPage(json) {
 	var pcontainer = document.createElement('div');
 	pcontainer.setAttribute("id", "tabcontents")
 	// width etc must agree with index.html
-	pcontainer.setAttribute("style", "text-align: left !important; margin: 0 auto; width: 1200px; border-radius: 5px; border: 2px solid #666; height: 100%; overflow: scroll !important; overflow-y: scroll !important; ")
+	pcontainer.setAttribute("style", "text-align: left !important; margin: 0 auto; width: 1200px; border-radius: 5px; border: 2px solid #666; height: 95%; overflow: scroll !important; overflow-y: scroll !important; ")
 	container.appendChild(pcontainer)
 
 	var sproject = document.location.search.substr(1);