1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 07:10:55 +00:00

Change logo

This commit is contained in:
plt 2012-11-03 21:37:41 +08:00
parent 22aaaa5d10
commit e5d353d09d
3 changed files with 3 additions and 3 deletions

View File

@ -267,7 +267,7 @@ textarea:-moz-placeholder {
#main, #footer { width:950px; }
#main { margin:0 auto; }
#header {
padding-top:4px;
padding-top:12px;
background:#f4f4f4;
width:100%;
font-size: 14px;
@ -411,7 +411,7 @@ textarea:-moz-placeholder {
}
#header .nav {
float:left;
padding-top:17px;
padding-top:9px;
}
#header .nav li {
float: left;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -80,7 +80,7 @@
<div id="header">
<div id="header-inner">
<img src="{{ MEDIA_URL }}img/logo.png?t=1" title="SeaCloud" alt="SeaCloud logo" id="logo" class="fleft" />
<img src="{{ MEDIA_URL }}img/logo.png?t=2" title="Seafile" alt="Seafile logo" id="logo" class="fleft" />
{% block nav %}{% endblock %}
</div>
</div>