Merge "Add OpenStack logo in the footer"

This commit is contained in:
Jenkins
2015年06月16日 12:27:27 +00:00
committed by Gerrit Code Review

View File

@@ -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;
}

Binary file not shown.

After

Width: | Height: | Size: 24 KiB

View File

@@ -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
Reference in New Issue
openstack/training-guides
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.