Add a title attribute on comment scopes to indicate the number of comments in the scope.
Also ensure that the last c-count-x defined color class is set even if there are more than 25 comments in the scope.
/*cm customization of markitup editor's look*/
.markItUpEditor, .markItUpPreviewFrame, .markItUpContainer {
border:1px solid #96D8A8;
}
.html .markItUpEditor, .markdown .markItUpEditor {
background-image:none;
}
.markItUpEditor {
padding:5px;
width:676px;
}
.markItUpContainer {
background-image:none;
}