summaryrefslogtreecommitdiff
path: root/modules/extra/webcpanel/templates/default
diff options
context:
space:
mode:
authorn0kS Phr33d0m <god@politeia.in>2013-08-23 07:05:57 +0200
committern0kS Phr33d0m <god@politeia.in>2013-08-23 07:05:57 +0200
commit5c4414e4a579e4a619cc141a9fcf4638e150c572 (patch)
tree66ee28c0d3763c2030e5237c9c10cde374763aa3 /modules/extra/webcpanel/templates/default
parent6f9b77e3365c216d6a60d875cb2854134c109e21 (diff)
Removed innecessary logo width, the img-responsive will take care of that.
Diffstat (limited to 'modules/extra/webcpanel/templates/default')
-rw-r--r--modules/extra/webcpanel/templates/default/confirm.html2
-rw-r--r--modules/extra/webcpanel/templates/default/login.html2
-rw-r--r--modules/extra/webcpanel/templates/default/register.html2
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>