MediaWiki:Vector.js: Difference between revisions

m
→‎Intro: reducing size of text for clock (functioning properly otherwise)
m (→‎Intro: adding poke's display clock functionality to the Vector skin (test; may not function properly))
 
m (→‎Intro: reducing size of text for clock (functioning properly otherwise))
Line 22: Line 22:
   timerObj.style.textTransform = 'none';
   timerObj.style.textTransform = 'none';
   timerObj.style.fontWeight    = 'bold';
   timerObj.style.fontWeight    = 'bold';
   timerObj.style.fontSize      = '100%';
   timerObj.style.fontSize      = '70%';
   timerObj.appendChild( timerLink );
   timerObj.appendChild( timerLink );
   timerParent.insertBefore( timerObj, timerParent.firstChild );
   timerParent.insertBefore( timerObj, timerParent.firstChild );
2,743

edits