From 950bcc1cb2366fa543248068ecafb8040e913fc6 Mon Sep 17 00:00:00 2001 From: twanvl Date: Sat, 30 Jun 2007 14:18:33 +0000 Subject: [PATCH] Minor style tweaks to 'spoiler' export template; fixed IE image size issue; added shortcut icon. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@448 0fc631ac-6414-0410-93d0-97cfa31319b6 --- .../export-template | 15 +++++++++++++- .../script.js | 20 +++++++++++-------- .../style.css | 5 +++-- 3 files changed, 29 insertions(+), 11 deletions(-) diff --git a/data/magic-spoiler.mse-export-template/export-template b/data/magic-spoiler.mse-export-template/export-template index 98022147..c486c388 100644 --- a/data/magic-spoiler.mse-export-template/export-template +++ b/data/magic-spoiler.mse-export-template/export-template @@ -151,11 +151,24 @@ script: write_cards() } copy_file("blank.gif") + write_image_file( + file: "set-symbol.png", + width: 200, + symbol_variation(symbol: set.symbol, variation: "rare") + ) + write_image_file( + file: "set-icon.png", + width: 16, + heght: 16 + symbol_variation(symbol: set.symbol, variation: "rare") + ) + # the html page html := " { to_html(set.title) } - + +