Fixed bugs

Bug 1: If you clicked "En nog 2 anderen..." in the menu it send you tot he top of the page
Bug 2: Span didnt close in the footer
This commit is contained in:
Lars van Hijfte
2017-01-13 15:47:59 +01:00
parent 16e9423851
commit 4bc2bcedd1
3 changed files with 63 additions and 39 deletions

View File

@@ -23,4 +23,5 @@
padding: 5px 20px; padding: 5px 20px;
color: #666; color: #666;
font-size: 14px; font-size: 14px;
cursor: pointer;
} }

View File

@@ -1,3 +1,3 @@
<footer> <footer>
<p>Copyright &copy; 2017 MyHyvesbook+ <span style="float: right">Like ons op Facebook!</span</p> <p>Copyright &copy; 2017 MyHyvesbook+ <span style="float: right">Like ons op Facebook!</span></p>
</footer> </footer>

File diff suppressed because one or more lines are too long