summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-10 03:38:14 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-10 03:38:14 +0000
commit98683c56829788f4e209da96d333b84ed8135243 (patch)
tree9938a181502b5645e5c488c60e8614ed0908b557 /perl-install/any.pm
parent1e33770ee593b9d6047cef6edb8d1c8f3e749e96 (diff)
downloaddrakx-backup-do-not-use-98683c56829788f4e209da96d333b84ed8135243.tar
drakx-backup-do-not-use-98683c56829788f4e209da96d333b84ed8135243.tar.gz
drakx-backup-do-not-use-98683c56829788f4e209da96d333b84ed8135243.tar.bz2
drakx-backup-do-not-use-98683c56829788f4e209da96d333b84ed8135243.tar.xz
drakx-backup-do-not-use-98683c56829788f4e209da96d333b84ed8135243.zip
(display_release_notes) kill now useless font size workaround
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 22c9afe76..a06b7e60d 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1021,12 +1021,6 @@ 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');