From: Jason Woofenden Date: Mon, 13 Jul 2015 21:56:19 +0000 (-0400) Subject: add div to ckeditor styles X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=f63e892033ef793540ba4b2663f63e05aa41c0f1;hp=6837191466fdee18aca62f5711ab764d95a7be10 add div to ckeditor styles --- diff --git a/admin_pages.html b/admin_pages.html index ba7c61e..80c7c2d 100644 --- a/admin_pages.html +++ b/admin_pages.html @@ -234,7 +234,8 @@ { name: 'Subsection Headline', element: 'h3'}, { name: 'Tagline (under headline)', element: 'h4', attributes: { class: 'tagline'}}, { name: 'Quote', element: 'p', attributes: { class: 'quote'}}, - { name: 'Quote Author', element: 'p', attributes: { class: 'attrib'}} + { name: 'Quote Author', element: 'p', attributes: { class: 'attrib'}}, + { name: 'div (generic box)', element: 'div'} ], 'uiColor': '#ccccff', 'removePlugins': 'forms,templates,smiley,pagebreak,save,newpage,preview,print',