upgrade fckeditor to ckeditor, for IE10 compatibility, RT#22014
[freeside.git] / httemplate / elements / fckeditor / editor / css / fck_showtableborders_gecko.css
diff --git a/httemplate/elements/fckeditor/editor/css/fck_showtableborders_gecko.css b/httemplate/elements/fckeditor/editor/css/fck_showtableborders_gecko.css
deleted file mode 100644 (file)
index 333161f..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-/*\r
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
- * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
- *\r
- * == BEGIN LICENSE ==\r
- *\r
- * Licensed under the terms of any of the following licenses at your\r
- * choice:\r
- *\r
- *  - GNU General Public License Version 2 or later (the "GPL")\r
- *    http://www.gnu.org/licenses/gpl.html\r
- *\r
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
- *    http://www.gnu.org/licenses/lgpl.html\r
- *\r
- *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
- *    http://www.mozilla.org/MPL/MPL-1.1.html\r
- *\r
- * == END LICENSE ==\r
- *\r
- * This CSS Style Sheet defines the rules to show table borders on Gecko.\r
- */\r
-\r
-/* #########\r
- *  WARNING\r
- * #########\r
- * When changing this file, the minified version of it must be updated in the\r
- * fckeditor.html file (see FCK_ShowTableBordersCSS).\r
- */\r
-\r
-/* For tables with the "border" attribute set to "0" */\r
-table[border="0"],\r
-table[border="0"] > tr > td, table[border="0"] > tr > th,\r
-table[border="0"] > tbody > tr > td, table[border="0"] > tbody > tr > th,\r
-table[border="0"] > thead > tr > td, table[border="0"] > thead > tr > th,\r
-table[border="0"] > tfoot > tr > td, table[border="0"] > tfoot > tr > th\r
-{\r
-       border: #d3d3d3 1px dotted ;\r
-}\r
-\r
-/* For tables with no "border" attribute set */\r
-table:not([border]),\r
-table:not([border]) > tr > td, table:not([border]) > tr > th,\r
-table:not([border]) > tbody > tr > td, table:not([border]) > tbody > tr > th,\r
-table:not([border]) > thead > tr > td, table:not([border]) > thead > tr > th,\r
-table:not([border]) > tfoot > tr > td, table:not([border]) > tfoot > tr > th\r
-{\r
-       border: #d3d3d3 1px dotted ;\r
-}\r