summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashant S2019-10-07 16:17:23 +0530
committerGitHub2019-10-07 16:17:23 +0530
commit7bc92d7aa89c9431eaf9556199f2e04553ca1bd7 (patch)
tree18d2d874b8462cb9d3d0a1679fbab4950a1b6d68
parent5b1c6a211e89fca4b7caf052befa2e570ecdfc4a (diff)
parent65e577b4d3baeaadcaceafb7346984dd6ecd9e1d (diff)
downloadR_on_Cloud_Web_Interface-7bc92d7aa89c9431eaf9556199f2e04553ca1bd7.tar.gz
R_on_Cloud_Web_Interface-7bc92d7aa89c9431eaf9556199f2e04553ca1bd7.tar.bz2
R_on_Cloud_Web_Interface-7bc92d7aa89c9431eaf9556199f2e04553ca1bd7.zip
Merge pull request #5 from prashantsinalkar/master
fixed image width issue for chrome
-rw-r--r--website/static/website/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/static/website/templates/index.html b/website/static/website/templates/index.html
index 585dafa..4b24827 100644
--- a/website/static/website/templates/index.html
+++ b/website/static/website/templates/index.html
@@ -84,7 +84,7 @@
{% endif %}
<li class="nav-item">
<a href="https://r.fossee.in" target="_blank">
- <img class="navbar-brand" src="{% static 'website/images/r-logo.png' %}" alt="logo" style="width:100%;height:60px;">
+ <img class="navbar-brand" src="{% static 'website/images/r-logo.png' %}" alt="logo" style="width:auto;height:60px;">
</a>
</li>
</ul>