simple footer

This commit is contained in:
Nils Schneider 2012-06-20 01:57:47 +02:00
parent 8029b390fd
commit d5c4c2139d
2 changed files with 15 additions and 0 deletions

View file

@ -157,3 +157,15 @@
margin-top: 0;
font-size: 9pt;
}
footer {
position: absolute;
bottom: 0.2em;
right: 0.2em;
font-size: 8pt;
color: #777;
}
footer a {
color: #444;
}

View file

@ -68,6 +68,9 @@
</div>
</div>
</div>
<footer>
<a href="http://tcatm.github.com/ffmap-d3/">ffmap-d3</a> — © Nils Schneider</a>
</footer>
<script src='force.js' type='text/javascript'></script>
</body>
</html>