mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Base: Update to new project logo
This removes the existing 16x16 and 32x32 app icons with 48x48 and 128x128 versions, as the new logo is not well suited to such small resolutions.
This commit is contained in:
committed by
Andreas Kling
parent
4ef76f3198
commit
fe551d3eff
BIN
Base/res/icons/128x128/app-browser.png
Normal file
BIN
Base/res/icons/128x128/app-browser.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 634 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB |
BIN
Base/res/icons/48x48/app-browser.png
Normal file
BIN
Base/res/icons/48x48/app-browser.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
@@ -6,8 +6,8 @@
|
||||
<style>
|
||||
img {
|
||||
float: left;
|
||||
image-rendering: pixelated;
|
||||
margin-right: 10px;
|
||||
height: 48px;
|
||||
}
|
||||
th {
|
||||
text-align: right;
|
||||
@@ -19,7 +19,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img src="resource://icons/32x32/app-browser.png">
|
||||
<img src="resource://icons/128x128/app-browser.png">
|
||||
<h1>About @browser_name@</h1>
|
||||
</header>
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user