diff --git a/IPython/frontend/html/notebook/static/auth/less/login.less b/IPython/frontend/html/notebook/static/auth/less/login.less index 0c8c311..d21a3a1 100644 --- a/IPython/frontend/html/notebook/static/auth/less/login.less +++ b/IPython/frontend/html/notebook/static/auth/less/login.less @@ -1 +1,6 @@ -// Custom styles for login.html \ No newline at end of file +// Custom styles for login.html +.center-nav { + display: inline-block; + // pull the lower margin back + margin-bottom: -4px; +} \ No newline at end of file diff --git a/IPython/frontend/html/notebook/templates/login.html b/IPython/frontend/html/notebook/templates/login.html index b44003d..e3aad25 100644 --- a/IPython/frontend/html/notebook/templates/login.html +++ b/IPython/frontend/html/notebook/templates/login.html @@ -14,14 +14,16 @@
{% if login_available %} -