add version number to gnuviechadmin
- add __version__ to gnuviechadmin/__init__.py - change docs/conf.py to use version number from gnuviechadmin - add gnuviechadmin.context_processors.version_info to add gnuviechadmin_version to template context - add version and technology links to templates/base.html footer - add CSS styles for footer formatting
This commit is contained in:
parent
1bee80044c
commit
251e8a54f6
6 changed files with 59 additions and 6 deletions
|
@ -8,3 +8,18 @@ table thead th.status-column {
|
|||
table thead th.name-column {
|
||||
width: 15em;
|
||||
}
|
||||
|
||||
.gva-body {
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
.gva-footer {
|
||||
text-align: center;
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.gva-footer-links li {
|
||||
display: inline;
|
||||
padding: 0px 2px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue