Author: sebb
Date: Fri Dec  4 15:02:30 2015
New Revision: 1717976

URL: http://svn.apache.org/viewvc?rev=1717976&view=rev
Log:
Increase width slightly to allow for more PMCs

Modified:
    comdev/reporter.apache.org/trunk/site/index.html
    comdev/reporter.apache.org/trunk/site/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=1717976&r1=1717975&r2=1717976&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/index.html (original)
+++ comdev/reporter.apache.org/trunk/site/index.html Fri Dec  4 15:02:30 2015
@@ -118,7 +118,8 @@
 </head>
 <body>
 
-<div id="contents" class="row-12" style="text-align: left; margin: 0 auto; 
width: 1000px; ">
+<!-- width etc. must agree with render.js/pcontainer.setAttribute -->
+<div id="contents" class="row-12" style="text-align: left; margin: 0 auto; 
width: 1200px; ">
    <p style="text-align: center;">
       <div id="pct">Requesting project data, please wait...</div>
       <div id="chart"></div>

Modified: comdev/reporter.apache.org/trunk/site/render.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/render.js?rev=1717976&r1=1717975&r2=1717976&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/render.js (original)
+++ comdev/reporter.apache.org/trunk/site/render.js Fri Dec  4 15:02:30 2015
@@ -299,7 +299,8 @@ function renderFrontPage(json) {
 
        var pcontainer = document.createElement('div');
        pcontainer.setAttribute("id", "tabcontents")
-       pcontainer.setAttribute("style", "text-align: left !important; margin: 
0 auto; width: 1000px; border-radius: 5px; border: 2px solid #666; height: 
100%; overflow: scroll !important; overflow-y: scroll !important; ")
+       // 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; ")
        container.appendChild(pcontainer)
 
        var sproject = document.location.search.substr(1);


Reply via email to