Monday, May 11, 2009

CMSMS CSS exceptions

.mceContentBody ul{
list-style: disc;
list-style-type: disc;
list-style-position: inside;
}

.mceContentBody ul li:before {
content: "\00BB \0020";
}

/* TinyMCE specific rules */
body.mceContentBody {
background: #FFF;
}

.mceContentBody a {
color: red !important; /* FF requires a important here */
}

No comments: