Added alignment css to get the logo to the right side
This commit is contained in:
@@ -1113,7 +1113,7 @@ HTML_STYLESHEET =
|
|||||||
# list). For an example see the documentation.
|
# list). For an example see the documentation.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
HTML_EXTRA_STYLESHEET =
|
HTML_EXTRA_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/html/logo_align.css
|
||||||
|
|
||||||
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
# 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
|
# other source files which should be copied to the HTML output directory. Note
|
||||||
|
|||||||
8
Doc/html/logo_align.css
Normal file
8
Doc/html/logo_align.css
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
#projectlogo
|
||||||
|
{
|
||||||
|
padding-right:64px;
|
||||||
|
right:0px;
|
||||||
|
position:absolute;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user