diff --git a/doc/source/figures/doc-logo-fox.jpg b/doc/source/figures/doc-logo-fox.jpg new file mode 100644 index 00000000..c8b428db Binary files /dev/null and b/doc/source/figures/doc-logo-fox.jpg differ diff --git a/doc/source/index.rst b/doc/source/index.rst index d290b9a0..7589e6a0 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -6,6 +6,11 @@ .. highlight: python :linenothreshold: 5 +.. figure:: figures/doc-logo-fox.jpg + :alt: Documentation Logo + :scale: 30% + :align: center + Demo documentation ================== diff --git a/openstackdocstheme/theme/openstackdocs/static/css/combined.css b/openstackdocstheme/theme/openstackdocs/static/css/combined.css index e52002a8..bb54f12c 100644 --- a/openstackdocstheme/theme/openstackdocs/static/css/combined.css +++ b/openstackdocstheme/theme/openstackdocs/static/css/combined.css @@ -4680,3 +4680,37 @@ table.highlighttable { .docs-top-contents ul li a { text-decoration: underline; } + +img.align-left, .figure.align-left { + display: table; + margin-left: 0; + margin-right: auto; +} + +img.align-center, .figure.align-center { + display: table; + margin: auto; +} + +img.align-right, .figure.align-right { + display: table; + margin-left: auto; + margin-right: 0; +} + +/*img.align-left {*/ +/* display: table;*/ +/* margin-left: 0;*/ +/* margin-right: auto;*/ +/*}*/ +/**/ +/*img.align-center {*/ +/* display: table;*/ +/* margin: auto;*/ +/*}*/ +/**/ +/*img.align-right {*/ +/* display: table;*/ +/* margin-left: auto;*/ +/* margin-right: 0;*/ +/*}*/