diff --git a/Doxyfile b/Doxyfile index 39536f28f..8bbbc085b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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/acs_eonerc_logo.svg +PROJECT_LOGO = doc/pictures/villas_node.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 @@ -1126,7 +1126,7 @@ HTML_EXTRA_STYLESHEET = doc/theme/style.css # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = +HTML_EXTRA_FILES = doc/pictures/acs_eonerc_logo.svg # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the style sheet and background images according to diff --git a/doc/theme/header.html b/doc/theme/header.html index 93296f3b6..9ae595d6a 100644 --- a/doc/theme/header.html +++ b/doc/theme/header.html @@ -32,6 +32,9 @@ $(document).ready(function(){ + + + - - - + + + diff --git a/doc/theme/style.css b/doc/theme/style.css index 8f539ea8f..069249785 100644 --- a/doc/theme/style.css +++ b/doc/theme/style.css @@ -3,8 +3,14 @@ } #projectlogo img { - height: 3em; - position: absolute; - right: 0.5em; - top: 0.5em; + height: 3.5em; + margin: 0.25em; +} + +#institutelogo img { + height: 3em; + margin: 0.5em; + position: absolute; + right: 0; + top: 0; }
$projectname @@ -47,9 +50,9 @@ $(document).ready(function(){
$searchbox