From 3e6484405bd2fde18e7dc07118e54c39b79a2396 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 18 Feb 2007 15:26:25 +0100 Subject: better red-green blindness compatibility FS#1065 This adds a dashed border for non-existing links to make it easier to distinguish between existing and non existing links for users with color-blindness. darcs-hash:20070218142625-7ad00-a38c0c8470ab23d38ec156d222e670f9f74dd3fd.gz --- lib/tpl/default/design.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/tpl') diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index a646a78c1..e950dc03e 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -307,6 +307,8 @@ div.dokuwiki a.wikilink1 { /* not existing wikipage */ div.dokuwiki a.wikilink2 { color: __missing__ !important; + text-decoration: none !important; + border-bottom: dashed 1px __missing__ !important; } /* ------------- Page elements ----------------- */ -- cgit v1.2.3