Add the CSS code with come with it
This commit is contained in:
parent
bf335fb66e
commit
8bb2779b2f
2 changed files with 8 additions and 0 deletions
|
@ -592,6 +592,10 @@ a.msg:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #f00;
|
color: #f00;
|
||||||
}
|
}
|
||||||
|
#arbre dt.partial a, #arbre dt div span.partial {
|
||||||
|
font-weight: bold;
|
||||||
|
color: orange;
|
||||||
|
}
|
||||||
#arbre dd {
|
#arbre dd {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
|
@ -594,6 +594,10 @@ a.msg:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #f00;
|
color: #f00;
|
||||||
}
|
}
|
||||||
|
#arbre dt.partial a, #arbre dt div span.partial {
|
||||||
|
font-weight: bold;
|
||||||
|
color: orange;
|
||||||
|
}
|
||||||
#arbre dd {
|
#arbre dd {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue