From 3c1d906146dd07a3d21822bf8ac967a632c312dd Mon Sep 17 00:00:00 2001 From: Zatalyz Date: Wed, 3 Jun 2020 12:34:24 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20de=20l'affichage=20des=20liens?= =?UTF-8?q?=20:=20plus=20de=20coh=C3=A9rence.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/_links.css | 5 +++-- css/structure.less | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) 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,