Comment out the font-size setting for <tt></tt> to fix rendering for
gecko based browser (under X11).
This commit is contained in:
parent
34c9d5f217
commit
898ddc10e0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26275
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ pre {
|
|||
|
||||
tt {
|
||||
font-family: monospace;
|
||||
font-size: 1.4em;
|
||||
/* font-size: 1.4em; */
|
||||
}
|
||||
|
||||
strong, b {
|
||||
|
|
Loading…
Reference in a new issue