Fix cursor when hovering over any hyperlink. Made it a pointer (finger)
#102
This commit is contained in:
parent
11a212a635
commit
7e214cbab3
@ -377,6 +377,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="Helpers.js" type="text/javascript"></script>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -29,4 +29,8 @@
|
|||||||
.footerBody {
|
.footerBody {
|
||||||
/* Margin bottom by footer height */
|
/* Margin bottom by footer height */
|
||||||
margin-bottom: 132px;
|
margin-bottom: 132px;
|
||||||
|
}
|
||||||
|
/*Make the cursor a pointer for all hyperlinks*/
|
||||||
|
a:hover {
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user