From c1b3839273f948a408210deda9512de9d23c01b8 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Thu, 10 Jul 2025 09:09:24 +0200 Subject: [PATCH] [api,doc] Add stylesheed for doxygen As suggested by @ctrlaltca:matrix.org the project logo now uses a CSS to properly align its size. --- docs/Doxyfile | 2 +- docs/FreeRDP.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 docs/FreeRDP.css diff --git a/docs/Doxyfile b/docs/Doxyfile index 9ba204e11..17cd6b4da 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -1280,7 +1280,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 = FreeRDP.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/docs/FreeRDP.css b/docs/FreeRDP.css new file mode 100644 index 000000000..d1db05f64 --- /dev/null +++ b/docs/FreeRDP.css @@ -0,0 +1,5 @@ +#projectlogo img { + border: 0px none; + height: 48px; + padding: 5px; +}