Modification de l'affichage des liens : plus de cohérence.
This commit is contained in:
parent
5e336fe20b
commit
3c1d906146
2 changed files with 6 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -144,6 +144,9 @@
|
|||
a {
|
||||
text-decoration:none;
|
||||
}
|
||||
a.wikilink2 {
|
||||
text-decoration: underline dashed;
|
||||
}
|
||||
}
|
||||
|
||||
[dir=rtl] .dokuwiki .sidebar ul,
|
||||
|
|
Loading…
Reference in a new issue