1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-24 08:22:49 +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">
Apaxy by <a href="https://twitter.com/adamwhitcroft">@adamwhitcroft</a>
</div><!--/.footer-->
<script>
<script type="text/javascript">
// grab the 2nd child and add the parent class. tr:nth-child(2)
document.getElementsByTagName('tr')[1].className = 'parent';
</script>