summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index f0cb26131..f18b287b6 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -900,6 +900,13 @@ sub display_release_notes {
}, [ {} ]);
return;
}
+
+ # workaround too small fonts:
+ $release_notes =~ s!(<head>)!\1 <style type="text/css">
+ body { font-family: sans-serif; font-size: 13px }
+ table { font-family: sans-serif; font-size: 13px }
+ </style>!x;
+
require Gtk2::WebKit;
require ugtk2;
ugtk2->import(':all');