Merge branch '#102-MakeLinksCursorTheSame' into Release0.2
This commit is contained in:
commit
0653fb60d2
@ -377,6 +377,6 @@
|
||||
</div>
|
||||
</footer>
|
||||
<script src="Helpers.js" type="text/javascript"></script>
|
||||
<script src="spa.js" type="text/javascript"></script>
|
||||
<script src="spa.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
@ -29,4 +29,8 @@
|
||||
.footerBody {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 132px;
|
||||
}
|
||||
/*Make the cursor a pointer for all hyperlinks*/
|
||||
a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user