freebsd-ports/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html
Koop Mast 8b84288ee2 Update to 1.2.3.
This fixes a lot of security vulnabilites.
Fix the font size when webkit based browsers can't find a webpage. [1]
Chase after shlib version of icu4. [2]

PR:		ports/148182 [1], ports/148743 [2]
Submitted by:	Romain Tartiere <romain@FreeBSD.org> [1]
		Jonathan Chen <jonc@chen.org.nz> [2]
Security:	19419b3b-92bd-11df-b140-0015f2db7bde
2010-07-18 22:49:18 +00:00

259 B

--- WebKit/gtk/resources/error.html.orig +++ WebKit/gtk/resources/error.html @@ -21,12 +21,12 @@ } #errorTitleText { - font-size: 120%; + font-size: 120%%; font-weight: bold; } #errorMessageText { - font-size: 80%; + font-size: 80%%; }