closes #57: footer links

This commit is contained in:
Davide Alberani 2015-05-10 10:38:43 +02:00
parent 928a737de4
commit c896ad6a49
2 changed files with 9 additions and 1 deletions

View file

@ -73,7 +73,7 @@
<div ui-view></div>
<div class="main-footer">
<a href="https://github.com/raspibo/eventman/" target="_blank">Event Man(ager)</a> by RaspiBO: <a href="http://raspibo.org">wiki</a> | <a href="http://social.raspibo.org">social network</a> | <a href="http://liste.raspibo.org/wws/">mailing lists</a> | <a href="mailto:info@raspibo.org">contact</a>
</div>
</body>
</html>

View file

@ -12,6 +12,14 @@ body { padding-top: 70px; }
/* fix styling for empty href */
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
/* Footer links */
.main-footer {
background-color: lightgray;
text-align: center;
padding: 4px;
font-size: x-small;
}
/* margins for lists */
.top5 { margin-top: 5px; }
.top10 { margin-top: 10px; }