limit width of p elements inside content frames

master
Andrew Dolgov 12 years ago
parent 3ac153f1b3
commit 54bc5594ab

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

@ -1193,3 +1193,7 @@ ul.helpKbList h2 {
span.collapseBtn {
cursor : pointer;
}
div.postContent p {
max-width : 650px;
}

Loading…
Cancel
Save