closes #57: footer links
This commit is contained in:
parent
928a737de4
commit
c896ad6a49
2 changed files with 9 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
<div ui-view></div>
|
<div ui-view></div>
|
||||||
|
|
||||||
<div class="main-footer">
|
<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>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -12,6 +12,14 @@ body { padding-top: 70px; }
|
||||||
/* fix styling for empty href */
|
/* fix styling for empty href */
|
||||||
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
|
.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 */
|
/* margins for lists */
|
||||||
.top5 { margin-top: 5px; }
|
.top5 { margin-top: 5px; }
|
||||||
.top10 { margin-top: 10px; }
|
.top10 { margin-top: 10px; }
|
||||||
|
|
Loading…
Reference in a new issue