]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
ui: Use bootstrap container-fluid class
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 18 Dec 2015 16:48:37 +0000 (16:48 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Mon, 8 Feb 2016 19:03:40 +0000 (19:03 +0000)
It's time to use more of Boostrap. Having the top level element use the
framework makes the rest work.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
htdocs/css/style.css
templates/base.html

index 123d9408e987cf777a76f0e5eb6d3cadd65d8f86..46c0051ed258c293ab2bb480802d6e81f5924293 100644 (file)
@@ -30,10 +30,6 @@ pre {
        color: #999;
 }
 
-#content {
-       padding: 1em;
-}
-
 form {
        padding: 0em;
        margin: 0em;
index 78c563c9df9d0ba0fbbde0a3f55852ebe8eff560..7f77fce02a6216da077e3690c5d2d9a28360dc14 100644 (file)
   {% endfor %}
   </div>
 {% endif %}
-  <div id="content">
+  <div class="container-fluid">
 {% block body %}
 {% endblock %}
   </div>