From a1f951139e51c155c9244c1bb0806a105ba2100c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 31 2013 07:33:06 +0000 Subject: Update moin-1.5.9 screen.css - Previously, globe image didn't show before http and external links. There was an extra comma in the related css definition that made this to happen. This update removes the extra comma and make the globe image to show before http and external links. --- 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 68a5a35..9391882 100644 --- a/Artworks/Webenv/Moin/1.5.9/Modern/css/screen.css +++ b/Artworks/Webenv/Moin/1.5.9/Modern/css/screen.css @@ -713,9 +713,10 @@ a.nonexistent:hover { color: gray; } /* Special decoration for some links' classes */ +a.external:before, a.www:before, a.http:before, -a.https:before, { +a.https:before { white-space:nowrap; content: url(../img/moin-www.png); margin: 0 0.2em;