Team:ATOMS-Turkiye/Templates/AutohideContent

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> <script> function toggleContent(){ next = $(this).next(); if(next.is(':animated')) next.stop(); if(next.hasClass("contentVisible")) { next.removeClass("con...")
Line 1: Line 1:
<html>
<html>
 +
<style>
 +
.mw-headline
 +
{
 +
  cursor: pointer;
 +
}
 +
</style>
<script>
<script>

Revision as of 15:20, 4 October 2013