diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/extra/webcpanel/templates/default/confirm.html | 2 | ||||
-rw-r--r-- | modules/extra/webcpanel/templates/default/login.html | 2 | ||||
-rw-r--r-- | modules/extra/webcpanel/templates/default/register.html | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/modules/extra/webcpanel/templates/default/confirm.html b/modules/extra/webcpanel/templates/default/confirm.html index d2631d8bd..17b0f7816 100644 --- a/modules/extra/webcpanel/templates/default/confirm.html +++ b/modules/extra/webcpanel/templates/default/confirm.html @@ -17,7 +17,7 @@ <div class="row"> <div class="col-lg-offset-4 col-lg-4"> <a href="/"> - <img src="/static/logo.png" class="img-responsive" width="370"> + <img src="/static/logo.png" class="img-responsive"> </a> <a href="/" class="btn btn-lg btn-default btn-block">Back Home</a> diff --git a/modules/extra/webcpanel/templates/default/login.html b/modules/extra/webcpanel/templates/default/login.html index 27d5b78de..6a0b6d7a9 100644 --- a/modules/extra/webcpanel/templates/default/login.html +++ b/modules/extra/webcpanel/templates/default/login.html @@ -16,11 +16,9 @@ <div id="frontPages" class="container"> <div class="row"> <div class="col-lg-offset-4 col-lg-4"> - <div style="margin: 0 auto;"> <a href="/"> <img src="/static/logo.png" class="img-responsive"> </a> - </div> <h1 class="form-signin-heading">Login <small>to continue</small></h1> diff --git a/modules/extra/webcpanel/templates/default/register.html b/modules/extra/webcpanel/templates/default/register.html index 97741464c..821911b9b 100644 --- a/modules/extra/webcpanel/templates/default/register.html +++ b/modules/extra/webcpanel/templates/default/register.html @@ -17,7 +17,7 @@ <div class="row"> <div class="col-lg-offset-4 col-lg-4"> <a href="/"> - <img src="/static/logo.png" class="img-responsive" width="370"> + <img src="/static/logo.png" class="img-responsive"> </a> <a href="/" class="btn btn-lg btn-default btn-block">Back Home</a> |