Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Okay i've found some great uses for block quoting mainly when interviews or quoting drivers. In the admin panel it looks just how i wanted it to be in the post, however it wont show like that. Any advice to get it just like in the admin panel?

Attachments

We can look in the couch/includes/ckeditor/contents.css file for the style, which combines to:
Code: Select all
blockquote {
    border-left: 5px solid #ccc;
    color: #333;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6em;
    padding: 2px 8px 2px 20px;
}
2 posts Page 1 of 1