DSL compatibility: a label is always of green color

This commit is contained in:
Tvangeste 2013-04-20 22:58:37 +02:00
parent 5967bd7f2c
commit 61c99864a6

View file

@ -323,7 +323,7 @@ div.xdxf
color: gray;
}
.dsl_p
.dsl_p, .dsl_p :not(a) /* DSL Feature: Enforce the style even if the childen tags say otherwise, except links */
{
color: green;
font-style: italic;