From f63e892033ef793540ba4b2663f63e05aa41c0f1 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Mon, 13 Jul 2015 17:56:19 -0400 Subject: [PATCH] add div to ckeditor styles --- admin_pages.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', -- 1.7.10.4