* Grabbed a logo. TODO: check copyright status.

This commit is contained in:
Eelco Dolstra 2008-11-27 01:05:31 +00:00
parent 266aa141bd
commit eb05998749
3 changed files with 11 additions and 0 deletions

View file

@ -76,6 +76,8 @@
<div id="container">
<div id="leftnavbar">
<div id="logo"><img src="/static/images/hydra.png" /></div>
<ul class="menu">
<li>
<div class="title">Hydra</div>

View file

@ -277,6 +277,15 @@ table.tablesorter thead tr th {
border-right: 1px solid gray;
}
#logo {
text-align: center;
}
#logo img {
width: 11em;
border: 1px;
}
#content {
position: absolute;
left: 13em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB