[geeklog-cvs] Geeklog-1.x/public_html/fckeditor/editor/css fck_editorarea.css, 1.7, 1.8

Blaine Lang blaine at qs1489.pair.com
Sun Aug 10 12:46:30 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/css
In directory qs1489.pair.com:/tmp/cvs-serv4567/editor/css

Modified Files:
fck_editorarea.css
Log Message:
Upgrade to FCKeditor ver 2.6.3

Index: fck_editorarea.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/css/fck_editorarea.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** fck_editorarea.css 5 May 2008 00:35:24 -0000 1.7
--- fck_editorarea.css 10 Aug 2008 16:46:27 -0000 1.8
***************
*** 27,34 ****
*/

! /*
! The "body" styles should match your editor web site, mainly regarding
! background color and font family and size.
! */

body
--- 27,34 ----
*/

! /**
! * The "body" styles should match your editor web site, mainly regarding
! * background color and font family and size.
! */

body
***************
*** 51,58 ****
}

! /*
! Just uncomment the following block if you want to avoid spaces between
! paragraphs. Remember to apply the same style in your output front end page.
! */

/*
--- 51,58 ----
}

! /**
! * Just uncomment the following block if you want to avoid spaces between
! * paragraphs. Remember to apply the same style in your output front end page.
! */

/*
***************
*** 64,73 ****
*/

/*
! The following are some sample styles used in the "Styles" toolbar command.
! You should instead remove them, and include the styles used by the site
! you are using the editor in.
*/

.Bold
{
--- 64,91 ----
*/

+ /**
+ * Uncomment the following block, or only selected lines if appropriate,
+ * if you have some style items that would break the styles combo box.
+ * You can also write other CSS overrides inside the style block below
+ * as needed and they will be applied to inside the style combo only.
+ */
+
/*
! .SC_Item *, .SC_ItemSelected *
! {
! margin: 0px !important;
! padding: 0px !important;
! text-indent: 0px !important;
! clip: auto !important;
! position: static !important;
! }
*/

+ /**
+ * The following are some sample styles used in the "Styles" toolbar command.
+ * You should instead remove them, and include the styles used by the site
+ * you are using the editor in.
+ */
+
.Bold
{




More information about the geeklog-cvs mailing list