diff --git a/docs/Doxyfile b/docs/Doxyfile index 9ba204e11..17cd6b4da 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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 diff --git a/docs/FreeRDP.css b/docs/FreeRDP.css new file mode 100644 index 000000000..d1db05f64 --- /dev/null +++ b/docs/FreeRDP.css @@ -0,0 +1,5 @@ +#projectlogo img { + border: 0px none; + height: 48px; + padding: 5px; +}