mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-13 16:04:08 +09:00
[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:
@@ -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
5
docs/FreeRDP.css
Normal file
@@ -0,0 +1,5 @@
|
||||
#projectlogo img {
|
||||
border: 0px none;
|
||||
height: 48px;
|
||||
padding: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user