[pLog-svn] r5932 - in plog/branches/lifetype-1.2/js/tinymce: . themes/advanced/css

mark at devel.lifetype.net mark at devel.lifetype.net
Sat Sep 15 04:27:26 EDT 2007


Author: mark
Date: 2007-09-15 04:27:25 -0400 (Sat, 15 Sep 2007)
New Revision: 5932

Modified:
   plog/branches/lifetype-1.2/js/tinymce/themes/advanced/css/editor_content.css
   plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
Log:
1. Change the default font size back to 13px. 10px is too small for most of people.

2. Turn on the source format to true. It is easier for user to edit the html code in source mode.

Modified: plog/branches/lifetype-1.2/js/tinymce/themes/advanced/css/editor_content.css
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/themes/advanced/css/editor_content.css	2007-09-14 22:27:10 UTC (rev 5931)
+++ plog/branches/lifetype-1.2/js/tinymce/themes/advanced/css/editor_content.css	2007-09-15 08:27:25 UTC (rev 5932)
@@ -3,7 +3,7 @@
 
 body, td, pre {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 10px;
+	font-size: 13px;
 }
 
 body {

Modified: plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2007-09-14 22:27:10 UTC (rev 5931)
+++ plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2007-09-15 08:27:25 UTC (rev 5932)
@@ -21,6 +21,7 @@
     remove_linebreaks: false,
 	extended_valid_elements : "a[class|name|id|href|target|title|onclick|rel],img[class|src|border|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
 	verify_html : true,
+	apply_source_formatting : true,
 	valid_elements : ""
 	+"a[accesskey|charset|class|coords|dir<ltr?rtl|href|hreflang|id|lang|name"
 	  +"|onblur|onclick|ondblclick|onfocus|onkeydown|onkeypress|onkeyup"



More information about the pLog-svn mailing list