home » zplus/freepost.git
Author Jorge Maldonado Ventura <jorgesumle@freakspot.net> 2017-03-21 14:05:35
Committer Jorge Maldonado Ventura <jorgesumle@freakspot.net> 2017-03-21 14:10:09
Commit 4740ddf (patch)
Tree b9416d6
Parent(s)

Use footer tag instead of <div class="footer"


commits diff: afba41a..4740ddf
2 files changed, 6 insertions, 6 deletionsdownload


Diffstat
-rw-r--r-- css/freepost.styl 2
-rw-r--r-- template/footer.twig 10

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   css/freepost.styl
index 9e0eacc..445744b
old size: 11K - new size: 11K
@@ -299,7 +299,7 @@ body
299 299 > p
300 300 line-height 1.5em
301 301
302 - > .footer
302 + > footer
303 303 border-top 1px solid #6ECFFF
304 304 margin 3em 0 0 0
305 305 padding 2em 0

+5/-5 M   template/footer.twig
index ef81668..40b4748
old size: 2K - new size: 2K
@@ -1,11 +1,11 @@
1 1 {# End of <div class="content"> defined in header.twig #}
2 2 </div>
3 3
4 - <div class="footer">
4 + <footer>
5 5 <p>
6 6 Text is available under a <a href="http://creativecommons.org/licenses/by/4.0">Creative Commons Attribution 4.0 International License</a>.
7 7 </p>
8 -
8 +
9 9 <ul>
10 10 <li>
11 11 <img alt="Peers" title="" src="images/peers.png" />
@@ -31,14 +31,14 @@
31 31 Hosted by <a href="https://tuxfamily.org">TuxFamily</a>
32 32 </li>
33 33 </ul>
34 - </div>
34 + </footer>
35 35 </div>
36 -
36 +
37 37 {# When users vote, this <iframe/> is used as target, such that
38 38 # the page is not reloaded
39 39 #}
40 40 <iframe name="vote_sink" class="vote_sink"></iframe>
41 -
41 +
42 42 <script src="javascript/freepost.js"></script>
43 43 </body>
44 44 </html>
44 44 = \ No newline at end of file