Repository: incubator-airflow Updated Branches: refs/heads/master 95a4136a1 -> f31ee3aa4
[AIRFLOW-1660] Change webpage width to full-width Closes #2646 from lxneng/feature/full_width_page Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/f31ee3aa Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/f31ee3aa Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/f31ee3aa Branch: refs/heads/master Commit: f31ee3aa448f1006f2cf29e4a3f73ee535123707 Parents: 95a4136 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:11 2017 +0200 ---------------------------------------------------------------------- airflow/www/static/main.css | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/f31ee3aa/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; }
