From a3367e07a0570e78aa1f93d548df32e94836fb90 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 26 Feb 2009 13:58:38 +0000 Subject: =?UTF-8?q?Ausnahme=20f=C3=BCr=20Kennzeichnung=20von=20externen=20?= =?UTF-8?q?Links=20erweitert,=20da=20im=20Wiki=20oft=20nicht=20die=20entsp?= =?UTF-8?q?rechenden=20TracLinks=20verwendet=20werden,=20und=20Trac=20abso?= =?UTF-8?q?lute=20Pfadangaben=20immer=20als=20externen=20Link=20kennzeichn?= =?UTF-8?q?et.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1709 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- www/stylesheet_wiki.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/stylesheet_wiki.css b/www/stylesheet_wiki.css index ce83153..091f3a4 100644 --- a/www/stylesheet_wiki.css +++ b/www/stylesheet_wiki.css @@ -60,7 +60,7 @@ h4:hover .anchor, h5:hover .anchor, h6:hover .anchor { @media screen { a.ext-link:before {content: "\2197\A0";} -a[href^="http://www.neo-layout.org"]:before { content: "";} +a[href*="neo-layout.org"]:before { content: "";} a.ext-link .icon { background: none; padding-left:0; -- cgit v1.2.3