make sure links in CDM content are visible

master
Andrew Dolgov 14 years ago
parent 9bfb11ed8e
commit 622586166a

@ -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;
}

Loading…
Cancel
Save