------------------------------------------------------------ revno: 13854 revision-id: squid3@treenet.co.nz-20150628101358-ra31xc9h12n1q48e parent: squid3@treenet.co.nz-20150628101254-sq8tb13o0zn8958z committer: Amos Jeffries branch nick: 3.5 timestamp: Sun 2015-06-28 03:13:58 -0700 message: Use relative-URL in errorpage.css for SN.png Modern browsers now seem to be accepting relative-URLs in CSS, and Squid global_internal_static non-https:// URLs are working (bug 4132). So we can do this now without as many failures. ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20150628101358-ra31xc9h12n1q48e # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: f76beb970b94de07ab1c87b426cad440cc03e8b9 # timestamp: 2015-06-28 10:15:55 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20150628101254-\ # sq8tb13o0zn8958z # # Begin patch === modified file 'errors/errorpage.css' --- errors/errorpage.css 2015-01-13 09:13:49 +0000 +++ errors/errorpage.css 2015-06-28 10:13:58 +0000 @@ -31,7 +31,7 @@ margin-left: 15px; padding: 10px; padding-left: 100px; - background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left; + background: url('/squid-internal-static/icons/SN.png') no-repeat left; } /* initial title */