A simple wiki page (markdown file "_Footer.md") is used as footer for the wiki.

Github specification:
https://help.github.com/articles/creating-a-footer/

- the footer is rendered below the wiki page content.
- a direct link to edit the footer.
This commit is contained in:
Viliam Dias
2015-12-07 13:45:37 -02:00
parent 9777d543b1
commit ef3b02b718
3 changed files with 43 additions and 5 deletions

View File

@@ -1195,6 +1195,22 @@ div.wiki-sidebar {
margin-top: 20px;
}
div.wiki-sidebar-dotted {
background-color: white;
border: 1px dotted #d8d8d8;
padding: 4px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
margin-bottom: 20px;
margin-top: 20px;
}
div.wiki-footer {
margin-top: 50px;
background-color: #f5f5f5;
color: gray;
}
div.wiki-index-content {
background-color: white;
border: 1px solid #d8d8d8;