[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

5
docs/FreeRDP.css Normal file
View File

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