summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-26 13:58:38 +0000
committerflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-26 13:58:38 +0000
commita3367e07a0570e78aa1f93d548df32e94836fb90 (patch)
tree44eda3ccada4e732cc2897ae3a8c5e8179141734 /www
parent7ed43dd205e07eeab61e4dee341b7850dda31c07 (diff)
downloadneo-layout-a3367e07a0570e78aa1f93d548df32e94836fb90.tar.gz
neo-layout-a3367e07a0570e78aa1f93d548df32e94836fb90.tar.bz2
neo-layout-a3367e07a0570e78aa1f93d548df32e94836fb90.zip
Ausnahme für Kennzeichnung von externen Links erweitert, da im Wiki oft nicht die entsprechenden TracLinks verwendet werden, und Trac absolute Pfadangaben immer als externen Link kennzeichnet.
git-svn-id: https://svn.neo-layout.org@1709 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www')
-rw-r--r--www/stylesheet_wiki.css2
1 files changed, 1 insertions, 1 deletions
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;