Add the CSS code with come with it
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nigel Sheldon 2020-11-23 09:19:41 +01:00
parent bf335fb66e
commit 8bb2779b2f
2 changed files with 8 additions and 0 deletions

View File

@ -592,6 +592,10 @@ a.msg:hover {
font-weight: bold;
color: #f00;
}
#arbre dt.partial a, #arbre dt div span.partial {
font-weight: bold;
color: orange;
}
#arbre dd {
float: left;
}

View File

@ -594,6 +594,10 @@ a.msg:hover {
font-weight: bold;
color: #f00;
}
#arbre dt.partial a, #arbre dt div span.partial {
font-weight: bold;
color: orange;
}
#arbre dd {
float: left;
}