Index: tinymce.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tinymce/tinymce.module,v
retrieving revision 1.90.4.23
diff -u -p -r1.90.4.23 tinymce.module
--- tinymce.module	6 May 2007 01:41:35 -0000	1.90.4.23
+++ tinymce.module	19 Dec 2007 20:32:25 -0000
@@ -959,11 +959,10 @@ function tinymce_profile_form_build($edi
   );
 
   $form['css']['css_classes'] = array(
-    '#type' => 'textfield',
+    '#type' => 'textarea',
     '#title' => t('CSS classes'),
     '#default_value' => $edit->settings['css_classes'],
     '#size' => 40,
-    '#maxlength' => 255,
     '#description' => t('Adds CSS classes to the "styles" droplist. Format is: &lt;title&gt;=&lt;class&gt;;<br/> Example: Header 1=header1;Header 2=header2;Header 3=header3 (note: no trailing \';\')<br />Leave blank to automatically import list of CSS classes from style sheet.')
   );
 
