Set text color in dsl [ex] tags to default for Lingvo interface style (compatibility with Lingvo)

This commit is contained in:
Abs62 2012-12-04 20:50:28 +04:00
parent 1907ddab94
commit 40819d6814

View file

@ -78,3 +78,7 @@ a:hover
margin-top: 10px;
}
.dsl_ex
{
color: inherit;
}