diff --git a/Doc/doxy.config.in b/Doc/doxy.config.in index f71cedcd..d2daa838 100644 --- a/Doc/doxy.config.in +++ b/Doc/doxy.config.in @@ -1113,7 +1113,7 @@ HTML_STYLESHEET = # list). For an example see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = +HTML_EXTRA_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/html/logo_align.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note diff --git a/Doc/html/logo_align.css b/Doc/html/logo_align.css new file mode 100644 index 00000000..a4cd3128 --- /dev/null +++ b/Doc/html/logo_align.css @@ -0,0 +1,8 @@ + +#projectlogo +{ + padding-right:64px; + right:0px; + position:absolute; +} +