152
edits
No edit summary |
No edit summary |
||
Line 269: | Line 269: | ||
mainTitle.hidden = true; | mainTitle.hidden = true; | ||
} | } | ||
})(); | |||
/* Scoot menu down */ | |||
(function(){ | |||
var firstPanel = document.querySelector('.portal.first.persistent'); | |||
var h3 = firstPanel.querySelector('h3'); | |||
h3.innerText = 'Research Wiki'; | |||
h3.style.display = 'Block'; | |||
h3.style.fontSize = '1em'; | |||
firstPanel.style.marginTop = '10px'; | |||
firstPanel.style.marginBottom = '30px'; | |||
})(); | })(); |
edits