]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Hval.pm
www: admin-configurable CSS via "publicinbox.css"
[public-inbox.git] / lib / PublicInbox / Hval.pm
index ccfa324220ff5be50204f52056e8a45ceb9fd26c..0315d759cbf6340c837a1fee5c01a8a8f71b63b6 100644 (file)
@@ -11,16 +11,6 @@ use PublicInbox::MID qw/mid_clean mid_escape/;
 use base qw/Exporter/;
 our @EXPORT_OK = qw/ascii_html obfuscate_addrs to_filename/;
 
-# 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 <form> element than the rest of the page.  Font size
-# uniformity is important to people who rely on gigantic fonts.
-use constant STYLE =>
-       '<style>pre{white-space:pre-wrap}*{font-size:100%}</style>';
-
 my $enc_ascii = find_encoding('us-ascii');
 
 sub new {