Comment out font-size: 1.4em; line. This fix the huge monospaced font

for <pre></pre> tags.

Submitted by:	Fabian Keil <freebsd-listen@fabiankeil.de>
Tested by:	keramida, Web Developer Firefox extension
This commit is contained in:
Marc Fonvieille 2005-11-04 14:27:58 +00:00
parent 43ba8c9613
commit 6bc6fe465f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26222

View file

@ -70,7 +70,7 @@ li > p {
pre {
font-family: monospace;
font-size: 1.4em;
/* font-size: 1.4em; */
}
tt {