ページに小さなテキストがありますが、Chrome/Safari では読めますが (それが私の意図です)、何らかの理由で Firefox では微視的になります。テキストが Firefox と IE で読めるように修正を提案できる人はいますか?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>WTF LBJ?!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<style type="text/css">
#credit {font-family: "helvetica"; font-size: 20%; color: black; text-align:center; }
</style>
<body>
<div id="credit"; >
Created by <a href="http://www.twitter.com/varunsshetty">Varun Shetty</a> and <a href="http://www.twitter.com/bcfromblo">Bobby Corp</a>. Inspired by LBJ and <a href="http://www.whatthefuckhasobamadonesofar.com">WTF Obama</a>. Bobby loves Lebron; Varun loves the idea of Lebron.<br>
Sorry for the swear word, but LBJ gets people fired up.
</div>
</body>
</html>