--- a/eric6/WebBrowser/data/html/tabCrashPage.html Thu Sep 24 19:51:19 2020 +0200 +++ b/eric6/WebBrowser/data/html/tabCrashPage.html Sat Sep 26 10:58:18 2020 +0200 @@ -4,41 +4,41 @@ <meta charset="utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>@TITLE@</title> -<link rel="icon" href="data:image/png;base64,@FAVICON@" type="image/x-icon" /> +<link rel="icon" href="@FAVICON@" type="image/x-icon" /> <style> body { - padding: 3em 0em; - background: -webkit-gradient(linear, left top, left bottom, from(#85784A), to(#FDFDFD), color-stop(0.5, #FDFDFD)); - background-repeat: repeat-x; + padding: 3em 0em; + background: linear-gradient(#85784A, #fdfdfd, #fdfdfd); + background-repeat: repeat-x; } img { - float: left; - opacity: .8; + float: left; + opacity: .8; } #box { - background: white; - border: 1px solid #85784A; - width: 600px; - padding: 60px; - margin: auto; - border-radius: 0.8em; + background: white; + border: 1px solid #85784A; + width: 600px; + padding: 60px; + margin: auto; + border-radius: 0.8em; } h1 { - font-size: 130%; - font-weight: bold; - border-bottom: 1px solid #85784A; - margin-left: 64px; + font-size: 130%; + font-weight: bold; + border-bottom: 1px solid #85784A; + margin-left: 64px; } h2 { - font-size: 100%; - font-weight: normal; - border-bottom: 1px solid #85784A; - margin-left: 64px; + font-size: 100%; + font-weight: normal; + border-bottom: 1px solid #85784A; + margin-left: 64px; } ul { - font-size: 100%; - padding-left: 64px; - margin: 5px 0; + font-size: 100%; + padding-left: 64px; + margin: 5px 0; } </style> </head>