From 7817798196468dc2ebcf31b1f759d6883400210d Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Nov 28 2013 03:32:03 +0000 Subject: Update visual style for moin-1.5.9 package. - Previously, decorative images used for www and email links were not shown correctly. This update corrects the related file names inside screen.css and decorative images used for www and email links are shown as expected now. --- diff --git a/Artworks/Webenv/Moin/1.5.9/Modern/css/screen.css b/Artworks/Webenv/Moin/1.5.9/Modern/css/screen.css index 4f79af1..8181a19 100644 --- a/Artworks/Webenv/Moin/1.5.9/Modern/css/screen.css +++ b/Artworks/Webenv/Moin/1.5.9/Modern/css/screen.css @@ -721,7 +721,7 @@ a.www:before, a.http:before, a.https:before { white-space:nowrap; - content: url(/webenv/images/www.png); + content: url(/webenv/images/a-www.png); margin: 0 0.2em; } @@ -763,13 +763,13 @@ a.file:before { a.mailto:before { white-space:nowrap; - content: url(/webenv/images/email.png); + content: url(/webenv/images/a-mail.png); margin: 0 0.2em; } a.attachment:before { white-space:nowrap; - content: url(/webenv/images/attach.png); + content: url(/webenv/images/a-attach.png); margin: 0 0.2em; }