Skip to content

Commit

Permalink
Make logo img correct size in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarabed committed Mar 11, 2014
1 parent 84f00d7 commit 71d7491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/site_base.html
Expand Up @@ -40,7 +40,7 @@
<div class="navbar-inner">
<div class="container">
{% block brand_logo %}
<a class="brand" style="vertical-align: bottom;padding-top: 8px;" href="/" alt="Riverbed"><img width="18" height="18" src='{{ STATIC_URL }}images/riverbed_r_small.png' style="max-width:None;"> FlyScript&nbsp;Portal </a>
<a class="brand" style="vertical-align: bottom;padding-top: 8px;" href="/" alt="Riverbed"><img src='{{ STATIC_URL }}images/riverbed_r_small.png' style="height: 18px; width: 18px; max-width:None;"> FlyScript&nbsp;Portal </a>
{% endblock %}
<div class="nav-collapse collapse">
<ul class="nav">
Expand Down

0 comments on commit 71d7491

Please sign in to comment.