update styles and forms
[unfold.git] / portal / templates / about.html
index 9b124f2..578561b 100644 (file)
@@ -2,10 +2,13 @@
 
 {% block content %}
 <div class="row">
+       <div class="col-md-12">
        <h1><img src="{{ STATIC_URL }}icons/slices-xs.png" alt="About MySlice" /> About</h1>
+       </div>
 </div>
 
 <div class="row">
+       <div class="col-md-12">
        <h3>A ready-made and easily customisable user interface for your testbed.</h3>
 
        <p>
@@ -36,6 +39,7 @@
        <p>
                Go to the <a href ="http://myslice.info">MySlice web site</a> or the <a href ="http://onelab.eu">OneLab public web site</a>
        </p>
+       </div>
 </div>
 
 {% endblock %}