make sure links in CDM content are visible

This commit is contained in:
Andrew Dolgov 2010-12-27 12:37:38 +03:00
parent 9bfb11ed8e
commit 622586166a
1 changed files with 8 additions and 0 deletions

View File

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