summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-12-27 12:37:38 +0300
committerAndrew Dolgov <[email protected]>2010-12-27 12:37:38 +0300
commit622586166aaa5b87470afa49deeeed9aa5a565d4 (patch)
treec9764e181e17ad4b247b817581c714a9ac662c47
parent9bfb11ed8e7d62be0d62e3ba77d8aa3adfdd0cf2 (diff)
make sure links in CDM content are visible
-rw-r--r--cdm.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/cdm.css b/cdm.css
index 3798b45df..0b4e2f01c 100644
--- a/cdm.css
+++ b/cdm.css
@@ -33,6 +33,14 @@ div.cdmContent {
font-weight : normal;
}
+div.cdmContent a {
+ color : #4684ff;
+}
+
+div.cdmContent a:hover {
+ color : black;
+}
+
div.cdmContentInner {
margin : 0px 10px 10px 10px;
}