From c90222d88a00ec605503e76fb0e8b021326ba8c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 1 Oct 2015 10:03:02 +0200 Subject: [PATCH] Added alignment css to get the logo to the right side --- Doc/doxy.config.in | 2 +- Doc/html/logo_align.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 Doc/html/logo_align.css 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; +} +