From ac509bc6134fb7a6f7c70aa38168fbe56dc97b4d Mon Sep 17 00:00:00 2001 From: Jeffiy Date: Tue, 22 Sep 2015 16:32:30 +0800 Subject: [PATCH] fix login page UI problem --- notebook/static/auth/css/override.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/auth/css/override.css b/notebook/static/auth/css/override.css index 92b40d32f..cda15499d 100644 --- a/notebook/static/auth/css/override.css +++ b/notebook/static/auth/css/override.css @@ -3,6 +3,6 @@ This is only required when different pages style the same element differently. T a hack to deal with our current css styles and no new styling should be added in this file.*/ #ipython-main-app { - margin: 50px auto; + padding-top: 50px; text-align: center; } \ No newline at end of file