[api,doc] Add stylesheed for doxygen

As suggested by @ctrlaltca:matrix.org the project logo now uses a
CSS to properly align its size.
This commit is contained in:
Armin Novak
2025-07-10 09:09:24 +02:00
parent 3828037925
commit c1b3839273
2 changed files with 6 additions and 1 deletions

View File

@@ -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

5
docs/FreeRDP.css Normal file
View File

@@ -0,0 +1,5 @@
#projectlogo img {
border: 0px none;
height: 48px;
padding: 5px;
}