Modification de l'affichage des liens : plus de cohérence.

This commit is contained in:
Zatalyz 2020-06-03 12:34:24 +02:00
parent 5e336fe20b
commit 3c1d906146
2 changed files with 6 additions and 2 deletions

View file

@ -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,

View file

@ -144,6 +144,9 @@
a {
text-decoration:none;
}
a.wikilink2 {
text-decoration: underline dashed;
}
}
[dir=rtl] .dokuwiki .sidebar ul,