set max-width of images in postContent to prevent side scrolling (for CDM)

This commit is contained in:
Andrew Dolgov 2008-09-09 04:11:18 +01:00
parent 762c9064d7
commit d0bd9acb41
1 changed files with 5 additions and 0 deletions

View File

@ -1121,6 +1121,11 @@ div.cdmContent {
margin : 0px 15px 5px 15px;
}
div.cdmContent img {
border-width : 0px;
max-width : 98%;
}
div.cdmContent:hover {
cursor : pointer;
}