1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-13 18:23:32 +02: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

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