From 40819d68143ce3b519e06f4c347667d59a85f22e Mon Sep 17 00:00:00 2001 From: Abs62 Date: Tue, 4 Dec 2012 20:50:28 +0400 Subject: [PATCH] Set text color in dsl [ex] tags to default for Lingvo interface style (compatibility with Lingvo) --- article-style-st-lingvo.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/article-style-st-lingvo.css b/article-style-st-lingvo.css index f0a44758..e70ee905 100644 --- a/article-style-st-lingvo.css +++ b/article-style-st-lingvo.css @@ -78,3 +78,7 @@ a:hover margin-top: 10px; } +.dsl_ex +{ + color: inherit; +}