diff options
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index ae3fa8d8c..bbbefb4b6 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -24,7 +24,7 @@ <div id="wrap">
<header>
<div class="center">
- <img class="logo" alt="" src="static/img/default/logo.png" width="120px" height="120px">
+ <div class="logo"></div>
<span class="title">pyLoad</span>
<div id="notification_div">
@@ -64,7 +64,7 @@ </div>
<footer>
<div class="center">
- <img class="logo" src="static/img/default/logo_grey.png" width="60px" height="60px"/>
+ <div class="logo" src="static/img/default/logo_grey.png"></div>
<div class="block copyright">
© 2008-2012<br>
|