Team:Cornell/sandbox

From 2013.igem.org

(Difference between revisions)
Line 237: Line 237:
/*  Lists */
/*  Lists */
-
ul, ol { font-size: 14px; line-height: 1.6; margin-bottom: 17px; list-style-position: inside; }
+
ul, ol {  
 +
font-size: 14px;  
 +
line-height: 1.6;  
 +
margin-bottom: 17px;  
 +
list-style-position: inside;  
 +
}
ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; }
ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; }
Line 323: Line 328:
}
}
</style>
</style>
-
<script type="text/javascript">
+
<script>
jQuery(document).ready(function($) {
jQuery(document).ready(function($) {
     a=parseFloat(400);// Initial value for the first background (bk 0)
     a=parseFloat(400);// Initial value for the first background (bk 0)

Revision as of 16:26, 26 December 2013

Parallax Test

Whee