Difference between revisions of "Team:TP CC-SanDiego/test-abishek"

Line 5: Line 5:
 
     <script>
 
     <script>
 
function setHeight() {
 
function setHeight() {
var winheight = $(window).height() - 30;
+
var winheight = $(window).height() - 48;
 
$('#content-wrapper').css("margin-top", winheight)
 
$('#content-wrapper').css("margin-top", winheight)
 
}
 
}

Revision as of 04:51, 12 September 2015

Hello World!