diff options
author | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-02-26 13:34:39 +0000 |
---|---|---|
committer | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-02-26 13:34:39 +0000 |
commit | 7ed43dd205e07eeab61e4dee341b7850dda31c07 (patch) | |
tree | 166fc1b9c2a8996d2ca4d98db78a8638a319e7c1 | |
parent | 421a0d927aea05e4ae19b57b0025c67c447ee52b (diff) |
2. Versuch. Hat local funktioniert, nach dem commiten jedoch nicht :-?
git-svn-id: https://svn.neo-layout.org@1708 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r-- | www/stylesheet_wiki.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/stylesheet_wiki.css b/www/stylesheet_wiki.css index dce137b..ce83153 100644 --- a/www/stylesheet_wiki.css +++ b/www/stylesheet_wiki.css @@ -59,8 +59,8 @@ h4:hover .anchor, h5:hover .anchor, h6:hover .anchor { } @media screen { -a.ext-link:before {content: "\2197\A0";} // vor jeden externen Link ein ›? ‹eingefügt. -a[href^="http://www.neo-layout.org"]:before { content: "";} // kleiner Trick damit Links, die außerhalb des Wikis aber auf neo-layout.org sind, nicht als extern angezeigt werden. +a.ext-link:before {content: "\2197\A0";} +a[href^="http://www.neo-layout.org"]:before { content: "";} a.ext-link .icon { background: none; padding-left:0; |