File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22< div id ="jumbotron-mask ">
33 < div id ="jumbotron ">
44 < div class ="jumbotron-content " id ="jumbotron-content ">
5- < h2 class ="tag-line " id ="tag-line "> Build, Combine, and Launch Infrastucture</ h2 >
5+ < h2 class ="tag-line " id ="tag-line " style =" display: none; " > Build, Combine, and Launch Infrastucture</ h2 >
66 </ div >
77 </ div >
88</ div >
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ Engine = Base.extend({
6464
6565 startEngine : function ( ) {
6666 var parent = this . canvas . parentNode ;
67+ document . getElementById ( 'tag-line' ) . style . display = 'inline-block' ;
6768
6869 this . background . className += ' show' ;
6970 this . canvas . style . opacity = 1 ;
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ var Init = {
6868 'page-home' : function ( ) {
6969 if ( isIE ) {
7070 document . getElementById ( 'jumbotron' ) . className += ' static' ;
71- document . getElementById ( 'tag-line' ) . style . visibility = 'visible ' ;
71+ document . getElementById ( 'tag-line' ) . style . display = 'inline-block ' ;
7272 return ;
7373 }
7474
You can’t perform that action at this time.
0 commit comments