mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
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:
parent
067631037c
commit
bb5cb57099
4 changed files with 1 additions and 10 deletions
Binary file not shown.
Before Width: | Height: | Size: 62 KiB |
|
@ -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>
|
|
Binary file not shown.
Before Width: | Height: | Size: 65 KiB |
Loading…
Add table
Add a link
Reference in a new issue