Comment out the font-size setting for <tt></tt> to fix rendering for

gecko based browser (under X11).
This commit is contained in:
Marc Fonvieille 2005-11-07 13:59:05 +00:00
parent 34c9d5f217
commit 898ddc10e0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26275

View file

@ -75,7 +75,7 @@ pre {
tt {
font-family: monospace;
font-size: 1.4em;
/* font-size: 1.4em; */
}
strong, b {