website: try to fix flashing of tagline

This commit is contained in:
Jack Pearkes
2014-07-28 08:51:16 -04:00
parent 24481b6269
commit 429812b818
3 changed files with 3 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ var Init = {
'page-home': function(){
if (isIE) {
document.getElementById('jumbotron').className += ' static';
document.getElementById('tag-line').style.visibility = 'visible';
document.getElementById('tag-line').style.display = 'inline-block';
return;
}