limit width of p elements inside content frames

This commit is contained in:
Andrew Dolgov
2013-03-20 11:04:41 +04:00
parent 3ac153f1b3
commit 54bc5594ab
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -151,3 +151,7 @@ div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
font-style : italic;
font-size : 11px;
}
div.cdmContentInner p {
max-width : 650px;
}