diff --git a/css/_links.css b/css/_links.css index 5eb82fb..68059cc 100644 --- a/css/_links.css +++ b/css/_links.css @@ -9,11 +9,12 @@ } /* not existing wikipage */ .dokuwiki a.wikilink2 { - text-decoration: none; + text-decoration: underline dashed; + /*text-decoration: none;*/ } .dokuwiki a.wikilink2:link, .dokuwiki a.wikilink2:visited { - border-bottom: 1px dashed; + /*border-bottom: 1px dashed;*/ } .dokuwiki a.wikilink2:hover, .dokuwiki a.wikilink2:active, diff --git a/css/structure.less b/css/structure.less index e64bcd9..9a07454 100644 --- a/css/structure.less +++ b/css/structure.less @@ -144,6 +144,9 @@ a { text-decoration:none; } + a.wikilink2 { + text-decoration: underline dashed; + } } [dir=rtl] .dokuwiki .sidebar ul,