added footer

makes it faster, to refer to the OctoPrint site when problems occur.
master
Andreas Gohr 2013-03-24 16:11:54 +01:00
parent 4af360bbac
commit 9314e83665
2 changed files with 18 additions and 0 deletions

View File

@ -307,6 +307,17 @@ ul.dropdown-menu li a {
#settings_dialog {
width: 650px;
}
/** Footer */
.footer {
text-align: right;
ul li {
display: inline;
margin-left: 1em;
}
}
/** General helper classes */
.text-right {

View File

@ -519,6 +519,13 @@
</div>
</div>
</div>
<div class="footer">
<ul>
<li><a href="https://github.com/foosel/OctoPrint/"><i class="icon-download"></i> Sourcecode</a></li>
<li><a href="https://github.com/foosel/OctoPrint/wiki"><i class="icon-book"></i> Documentation</a></li>
<li><a href="https://github.com/foosel/OctoPrint/issues"><i class="icon-flag"></i> Bugs and Requests</a></li>
</ul>
</div>
</div>
{% include 'settings.html' %}