home *** CD-ROM | disk | FTP | other *** search
/ Nintendo GameCube Preview CD-ROM / NINTENDOGAMECUBE.iso / site / js / css_adjustment.js < prev    next >
Text File  |  2001-09-05  |  194b  |  5 lines

  1. if( navigator.appName == "Netscape" && parseInt(navigator.appVersion) == 4 && navigator.platform == "Win32") {
  2.     document.tags.body.fontSize = '11px';
  3.     document.tags.td.fontSize = '11px';
  4.     
  5. }