Repository: incubator-airflow
Updated Branches:
  refs/heads/v1-9-test 95813dec0 -> 8ee3d9f1f


[AIRFLOW-1660] Change webpage width to full-width

Closes #2646 from lxneng/feature/full_width_page

(cherry picked from commit f31ee3aa448f1006f2cf29e4a3f73ee535123707)
Signed-off-by: Bolke de Bruin <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/8ee3d9f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/8ee3d9f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/8ee3d9f1

Branch: refs/heads/v1-9-test
Commit: 8ee3d9f1fa5a2af8dbb1d5e15550b8d44fa46d3a
Parents: 95813de
Author: Eric Lo <[email protected]>
Authored: Sat Sep 30 08:30:11 2017 +0200
Committer: Bolke de Bruin <[email protected]>
Committed: Sat Sep 30 08:30:25 2017 +0200

----------------------------------------------------------------------
 airflow/www/static/main.css | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/8ee3d9f1/airflow/www/static/main.css
----------------------------------------------------------------------
diff --git a/airflow/www/static/main.css b/airflow/www/static/main.css
index 3f8698f..76d5497 100644
--- a/airflow/www/static/main.css
+++ b/airflow/www/static/main.css
@@ -18,6 +18,9 @@
 */
 
 body { padding-top: 70px; }
+.container {
+    width: 100%;
+}
 a.navbar-brand span {
     color: white;
 }

Reply via email to