1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

tweaked Oxygen HTML output

This commit is contained in:
Steffen Vogel 2016-07-12 10:44:39 +02:00
parent 23c5bb1df3
commit 9f9407c3d3
3 changed files with 8 additions and 5 deletions

View file

@ -51,7 +51,7 @@ PROJECT_BRIEF = "Connecting real-time power grid simulation equipment"
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
PROJECT_LOGO = doc/pictures/eonerc_logo.png
PROJECT_LOGO = doc/pictures/acs_eonerc_logo.svg
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is

View file

@ -32,9 +32,6 @@ $(document).ready(function(){
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<!--BEGIN PROJECT_LOGO-->
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
<!--END PROJECT_LOGO-->
<!--BEGIN PROJECT_NAME-->
<td style="padding-left: 0.5em;">
<div id="projectname">$projectname
@ -50,6 +47,9 @@ $(document).ready(function(){
</td>
<!--END PROJECT_BRIEF-->
<!--END !PROJECT_NAME-->
<!--BEGIN PROJECT_LOGO-->
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
<!--END PROJECT_LOGO-->
<!--BEGIN DISABLE_INDEX-->
<!--BEGIN SEARCHENGINE-->
<td>$searchbox</td>

5
doc/theme/style.css vendored
View file

@ -3,5 +3,8 @@
}
#projectlogo img {
margin: 8px;
height: 3em;
position: absolute;
right: 0.5em;
top: 0.5em;
}