Commit 4267712a357b79b321448148632b6a995618192a

Authored by Megan Watson
1 parent 4efb2ab5

PT-812046: Removed set sizing for the logo.

Committed by: Megan Watson
Reviewed by: Philip Arkcoll
plugins/passwordResetPlugin/templates/login_reset.smarty
... ... @@ -34,7 +34,7 @@
34 34 {if $config->get('ui/mainLogo') != ''}
35 35 <img src="{$config->get("ui/mainLogo")}" alt="{$config->get("ui/mainLogoTitle")}" class='logoimage'/><br />
36 36 {else}
37   - <img src='{$rootUrl}/resources/graphics/ktlogo-topbar-right.png' alt='{$appname}' class='logoimage' height='50' width='252'/><br />
  37 + <img src='{$rootUrl}/resources/graphics/ktlogo-topbar-right.png' alt='{$appname}' class='logoimage' /><br />
38 38 {/if}
39 39 {if $smallVersion == 'Community Edition'}
40 40 <span class='communityLabel'><h2>{i18n}Community Edition{/i18n}</h2></span>
... ...