cdmContentInner: limit width

This commit is contained in:
Andrew Dolgov 2013-03-16 19:02:31 +04:00
parent 1f45c8571f
commit 8c978c0c40
1 changed files with 4 additions and 0 deletions

View File

@ -136,3 +136,7 @@ div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
font-style : italic;
font-size : 11px;
}
div.cdmContentInner{
max-width : 650px;
}