Switch to side-by-side view

--- a/OSSEval/analysis/templates/analysis/analysis_report.html
+++ b/OSSEval/analysis/templates/analysis/analysis_report.html
@@ -33,12 +33,12 @@
                 <a id="header-logo" title="opensourceprojects.eu logo" href="https://opensourceprojects.eu/"><img src="{% static "images/logo.png" %}"></a>
             </div>
         </header>
-        <h1>
+        <h2>
             "{{ analysis.name }}" created on {{ analysis.created }} by {{ analysis.user_login }}
             {% if weight_scenario.name != "" %}
                 <br>Questions are weighted according to "{{ weight_scenario.name }}" profile.
             {% endif %}
-        </h1>
+        </h2>
         <fieldset><legend><h3>Summary</h3></legend>
             <p>{% autoescape off %}{{ analysis.comment }}{% endautoescape %}</p>
             <table>
@@ -84,8 +84,10 @@
         </fieldset>
         {% endfor %}
         <footer id="site-footer">
-            <div class="footer-container" style="text-align: center">
-                <p>Powered by <a href="http://sosopensource.com" target="_blank"><img src="{% static "images/icon.png" %}"></a></p>
+            <div class="footer-container" style="horizontal-align: center">
+                <table>
+                    <tr><td style="vertical-align:middle">Powered by </td><td width="20">&nbsp;</td><td style="vertical-align:middle"><a href="http://sosopensource.com" target="_blank"><img src="{% static "images/icon.png" %}"></a></td></tr>
+                </table>
             </div>
         </footer>
     </body>