Skip to content

Commit 19c866b

Browse files
authored
Merge pull request FreeRDP#11738 from akallabeth/doxygen-css
[api,doc] Add stylesheed for doxygen
2 parents 3828037 + c1b3839 commit 19c866b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ HTML_STYLESHEET =
12801280
# list). For an example see the documentation.
12811281
# This tag requires that the tag GENERATE_HTML is set to YES.
12821282

1283-
HTML_EXTRA_STYLESHEET =
1283+
HTML_EXTRA_STYLESHEET = FreeRDP.css
12841284

12851285
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
12861286
# other source files which should be copied to the HTML output directory. Note

docs/FreeRDP.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#projectlogo img {
2+
border: 0px none;
3+
height: 48px;
4+
padding: 5px;
5+
}

0 commit comments

Comments
 (0)