diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2015-12-18 16:48:37 +0000 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2016-02-08 19:03:40 +0000 |
commit | 68a356a684e32232bdc4f51e1b8e732e776bf938 (patch) | |
tree | 355e7f5a09bb2821d927c19b1ac3779bb097be93 /templates | |
parent | 40cff5a8b2ad4a3b96f48b4d7933303668853bc6 (diff) | |
download | patchwork-68a356a684e32232bdc4f51e1b8e732e776bf938.tar patchwork-68a356a684e32232bdc4f51e1b8e732e776bf938.tar.gz |
ui: Use bootstrap container-fluid class
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>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 78c563c..7f77fce 100644 --- a/templates/base.html +++ b/templates/base.html @@ -101,7 +101,7 @@ {% endfor %} </div> {% endif %} - <div id="content"> + <div class="container-fluid"> {% block body %} {% endblock %} </div> |