* hydra: make warning lines darkorange

This commit is contained in:
Rob Vermaas 2010-03-05 13:29:34 +00:00
parent b75de713e5
commit 4ab450458b

View file

@ -81,6 +81,11 @@ em.storeref:hover span.popup {
font-weight: bold;
}
.errorLine {
color: darkorange;
font-weight: bold;
}
.prio3 {
font-style: italic;
}