Move press disclaimer at the top

This commit is contained in:
Saivann 2013-05-01 00:05:38 -04:00
parent 4ce5098c8c
commit 1ea47219f8
3 changed files with 16 additions and 12 deletions

View file

@ -141,7 +141,7 @@ while(p.nodeType!=1||p.nodeName!='P')p=p.nextSibling;
p.style.height='auto';
var nhe=getHeight(p);
p.style.height='0px';
p.style.height=nhe+'px';
p.style.height=(nhe+10)+'px';
t.parentNode.removeChild(t);
cancelEvent(e);
}