header.html, styles.css: Beautify doxygen logo

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-02-11 21:30:45 +00:00
commit b1c0b77884
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
<!-- start janware generated header -->
<td style="text-align: right;">
<img id="logo" src="logo.png">
<a href="http://janware.com"><img id="logo" src="logo.png"></a>
</td>
<!-- end janware generated header -->

View file

@ -1,5 +1,6 @@
#logo {
text-align: right;
padding-right: 10px;
}
#titlearea > table {