diff -r 313e09453306 -r f32d7965a17e eric6/WebBrowser/data/html/adblockPage.html --- a/eric6/WebBrowser/data/html/adblockPage.html Thu Sep 24 19:51:19 2020 +0200 +++ b/eric6/WebBrowser/data/html/adblockPage.html Sat Sep 26 10:58:18 2020 +0200 @@ -8,7 +8,7 @@ <style> body { padding: 3em 0em; - background: -webkit-gradient(linear, left top, left bottom, from(#85784A), to(#FDFDFD), color-stop(0.5, #FDFDFD)); + background: linear-gradient(#85784A, #fdfdfd, #fdfdfd); background-repeat: repeat-x; } #box {