From 4186aa713a0b2ffc11d963ebbdfc1257c70d0759 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 2 Dec 2008 20:16:18 -0500 Subject: [PATCH] Make last commit a bit nicer --- vimperator/content/config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vimperator/content/config.js b/vimperator/content/config.js index 26ba578e..d52b5a74 100644 --- a/vimperator/content/config.js +++ b/vimperator/content/config.js @@ -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; }