-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.10
-
Browser: NetSurf (can be reproduced on versions 3.2 and 3.7 on Ubuntu 16.04 x86_64) - http://www.netsurf-browser.org/
Not a backend issue.
Definition of CSS clause ".codebox code" appears to be faulty. This is typically in styles/prosilver/theme/content.css, and contains the line:
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
Shouldn't this be:
font-family: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace;
?
This was reported by a user of the Raspberry Pi forums who uses a legacy browser (NetSurf) on even older systems.