[PATCH 08/19] ui: Use bootstrap container-fluid class

Stephen Finucane stephen.finucane at intel.com
Thu Feb 4 08:31:43 AEDT 2016


From: Damien Lespiau <damien.lespiau at intel.com>

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 at intel.com>
Acked-by: Stephen Finucane <stephen.finucane at intel.com>
---
 htdocs/css/style.css | 4 ----
 templates/base.html  | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 123d940..46c0051 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -30,10 +30,6 @@ pre {
 	color: #999;
 }
 
-#content {
-	padding: 1em;
-}
-
 form {
 	padding: 0em;
 	margin: 0em;
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>
-- 
2.0.0



More information about the Patchwork mailing list