152
edits
No edit summary |
No edit summary |
||
Line 272: | Line 272: | ||
/* Scoot menu down */ | /* Scoot menu down */ | ||
(function(){ | (function(){ | ||
setTimeout(function() { | |||
var firstPanel = document.querySelector('.portal.first.persistent'); | var firstPanel = document.querySelector('.portal.first.persistent'); | ||
var h3 = firstPanel.querySelector('h3'); | var h3 = firstPanel.querySelector('h3'); | ||
Line 279: | Line 280: | ||
firstPanel.style.marginTop = '10px'; | firstPanel.style.marginTop = '10px'; | ||
firstPanel.style.marginBottom = '30px'; | firstPanel.style.marginBottom = '30px'; | ||
}, 100); | |||
})(); | })(); |
edits