Ajout de l'attribut actuel pour les liens.
This commit is contained in:
parent
c093a2372a
commit
02c6c8c8e1
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ a:visited {
|
|||
a:link:hover, a:visited:hover {
|
||||
color: #4040FF;
|
||||
}
|
||||
a.actuel {
|
||||
font-weight: bold;
|
||||
}
|
||||
p {
|
||||
margin: 0 0 0.5ex 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue