lib/PublicInbox/Hval.pm | 13 +++++++++---- diff --git a/lib/PublicInbox/Hval.pm b/lib/PublicInbox/Hval.pm index c47057fc5f82cfea7c15ffa79d21dd5cc4106058..ccfa324220ff5be50204f52056e8a45ceb9fd26c 100644 --- a/lib/PublicInbox/Hval.pm +++ b/lib/PublicInbox/Hval.pm @@ -11,10 +11,15 @@ use PublicInbox::MID qw/mid_clean mid_escape/; use base qw/Exporter/; our @EXPORT_OK = qw/ascii_html obfuscate_addrs to_filename/; -# for user-generated content (UGC) which may have excessively long lines -# and screw up rendering on some browsers. This is the only CSS style -# feature we use. -use constant STYLE => ''; +# User-generated content (UGC) may have excessively long lines +# and screw up rendering on some browsers, so we use pre-wrap. +# +# We also force everything to the same scaled font-size because GUI +# browsers (tested both Firefox and surf (webkit)) uses a larger font +# for the Search