simple footer
This commit is contained in:
parent
8029b390fd
commit
d5c4c2139d
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue