diff options
-rw-r--r-- | www/stylesheet_wiki.css | 2 |
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; |