Add OpenStack logo in the footer
Add small Openstack logo in the footer of the Associate guide slides. Change-Id: I33125365851229d169414696a9a5a0f727a9e84f
This commit is contained in:
parent
93777c5733
commit
168a229028
@ -41,3 +41,11 @@ article h2 {
|
||||
color: rgb(133,11,19);
|
||||
}
|
||||
|
||||
.slide-footer {
|
||||
position: absolute;
|
||||
bottom: 1ex;
|
||||
right: 1em;
|
||||
font-size: 66%;
|
||||
text-align: right;
|
||||
z-index: -2;
|
||||
}
|
BIN
doc/training-guides/_static/os_logo_small.png
Normal file
BIN
doc/training-guides/_static/os_logo_small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
@ -275,6 +275,8 @@ extensions += [
|
||||
#slide_theme = 'slides2'
|
||||
slide_theme = 'single-level'
|
||||
slide_levels = 3
|
||||
slide_footer = ('<img alt="OS logo" src="_static/os_logo_small.png" '
|
||||
'style="width: 4em;">')
|
||||
|
||||
# Place custom static assets in the _static directory and uncomment
|
||||
# the following lines to include them
|
||||
|
Loading…
x
Reference in New Issue
Block a user