forked from lix-project/hydra
* Grabbed a logo. TODO: check copyright status.
This commit is contained in:
parent
266aa141bd
commit
eb05998749
|
@ -76,6 +76,8 @@
|
||||||
<div id="container">
|
<div id="container">
|
||||||
|
|
||||||
<div id="leftnavbar">
|
<div id="leftnavbar">
|
||||||
|
<div id="logo"><img src="/static/images/hydra.png" /></div>
|
||||||
|
|
||||||
<ul class="menu">
|
<ul class="menu">
|
||||||
<li>
|
<li>
|
||||||
<div class="title">Hydra</div>
|
<div class="title">Hydra</div>
|
||||||
|
|
|
@ -277,6 +277,15 @@ table.tablesorter thead tr th {
|
||||||
border-right: 1px solid gray;
|
border-right: 1px solid gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logo img {
|
||||||
|
width: 11em;
|
||||||
|
border: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 13em;
|
left: 13em;
|
||||||
|
|
BIN
src/Hydra/root/static/images/hydra.png
Normal file
BIN
src/Hydra/root/static/images/hydra.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in a new issue