Remove unused resources (#38245)

As previously discussed in #38229. To recap: `badcert.jpg` was made
unused in 8422dac811 and `tumbeast.png`
and its associated file of `not-found.html` were superseded at some
point by a message in `neterror.html` (if it were still used, it'd
surely be
[embedded](https://github.com/servo/servo/blob/main/components/shared/embedder/resources.rs).)

This PR also removes two unnecessary spaces inside of the new tab's CSS
file, ensuring a consistent 2 space indentation in the file and saving 2
bytes.

Testing: Unnecessary, as this commit only removes unused assets (and
fixes one style nit).

Signed-off-by: maple! <averyrudelphe@gmail.com>
This commit is contained in:
lumiscosity 2025-07-24 02:34:15 +02:00 committed by GitHub
parent 067631037c
commit bb5cb57099
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

View file

@ -1,9 +0,0 @@
<html>
<head>
<title>about:not-found</title>
</head>
<body>
<!-- courtesy of https://mozillians.org/blahblah -->
<img src="tumbeast.png">
</body>
</html>

View file

@ -26,7 +26,7 @@ img {
}
form {
margin: 1em;
margin: 1em;
}
input {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB