forcing close link to be 10px high
This commit is contained in:
parent
8b50c49a57
commit
625f03289a
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class index:
|
||||||
e=document.createElement('p');
|
e=document.createElement('p');
|
||||||
e.className+='myS';
|
e.className+='myS';
|
||||||
e.onclick=function(){cleanHouse();};
|
e.onclick=function(){cleanHouse();};
|
||||||
e.innerHTML='<a class="myS close">Close</a>';
|
e.innerHTML='<a style="font-size:10pt;" class="myS close">Close</a>';
|
||||||
i.appendChild(e);
|
i.appendChild(e);
|
||||||
|
|
||||||
})();'''
|
})();'''
|
||||||
|
|
Reference in a new issue