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:
parent
43ba8c9613
commit
6bc6fe465f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26222
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ li > p {
|
|||
|
||||
pre {
|
||||
font-family: monospace;
|
||||
font-size: 1.4em;
|
||||
/* font-size: 1.4em; */
|
||||
}
|
||||
|
||||
tt {
|
||||
|
|
Loading…
Reference in a new issue