1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-24 21:26:16 +02:00

Merge pull request #37 from szepeviktor/patch-3

valid XHTML 1.0
This commit is contained in:
Adam Whitcroft
2015-05-27 10:08:37 +01:00

View File

@@ -7,7 +7,7 @@
<div class="footer"> <div class="footer">
Apaxy by <a href="https://twitter.com/adamwhitcroft">@adamwhitcroft</a> Apaxy by <a href="https://twitter.com/adamwhitcroft">@adamwhitcroft</a>
</div><!--/.footer--> </div><!--/.footer-->
<script> <script type="text/javascript">
// grab the 2nd child and add the parent class. tr:nth-child(2) // grab the 2nd child and add the parent class. tr:nth-child(2)
document.getElementsByTagName('tr')[1].className = 'parent'; document.getElementsByTagName('tr')[1].className = 'parent';
</script> </script>