1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 12:45:45 +01:00

Make last commit a bit nicer

This commit is contained in:
Kris Maglione
2008-12-02 20:16:18 -05:00
parent b0a91b1c73
commit 4186aa713a

View File

@@ -159,11 +159,11 @@ const config = { //{{{
img.onload = function () {
styles.addSheet("logo", "chrome://liberator/locale/*",
".vimperator-logo {" + <>
display: inline-block;
width: {img.width};
height: {img.height};
</> + "}" +
".vimperator-logo::after { content: url(chrome://vimperator/content/vimperator.png) }",
display: inline-block;
background: url({img.src});
width: {img.width}px;
height: {img.height}px;
</> + "}",
true);
delete img;
}