We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3828037 + c1b3839 commit 19c866bCopy full SHA for 19c866b
docs/Doxyfile
@@ -1280,7 +1280,7 @@ HTML_STYLESHEET =
1280
# list). For an example see the documentation.
1281
# This tag requires that the tag GENERATE_HTML is set to YES.
1282
1283
-HTML_EXTRA_STYLESHEET =
+HTML_EXTRA_STYLESHEET = FreeRDP.css
1284
1285
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
1286
# other source files which should be copied to the HTML output directory. Note
docs/FreeRDP.css
@@ -0,0 +1,5 @@
1
+#projectlogo img {
2
+ border: 0px none;
3
+ height: 48px;
4
+ padding: 5px;
5
+}
0 commit comments