From 41f9580982fad1f5c3e3dc48bf42db6765d1c741 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Thu, 18 Nov 2010 07:17:22 +0000 Subject: [PATCH] xdcs.css remove git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7855 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xeed/xdcs.css | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 modules/editor/skins/xeed/xdcs.css diff --git a/modules/editor/skins/xeed/xdcs.css b/modules/editor/skins/xeed/xdcs.css deleted file mode 100644 index 2a89435a3..000000000 --- a/modules/editor/skins/xeed/xdcs.css +++ /dev/null @@ -1,22 +0,0 @@ -@charset "utf-8"; -/* XDCS = Xpress eDitor Content Style */ -.xdcs{ font-size:12px; line-height:1.5; overflow:hidden !important; *zoom:1;} -.xdcs .h1{ font-size:24px; margin:1em 0;} -.xdcs .h2{ font-size:20px; margin:1em 0;} -.xdcs .h3{ font-size:18px; margin:1em 0;} -.xdcs .h4{ font-size:16px; margin:1em 0;} -.xdcs .h5{ font-size:14px; margin:1em 0;} -.xdcs .h6{ font-size:12px; margin:1em 0;} -.xdcs .bq{ border-left:3px solid #ccc; padding-left:1em; margin:1em 0;} -.xdcs .bx{ border:1px dotted #999; margin:1em 0; padding:0 2em; background:#fafafa;} -.xdcs .ts, -.xdcs .ts th, -.xdcs .ts td{ border:1px solid #bbb;} -.xdcs .ts caption{ font-weight:bold;} -.xdcs .ts th, -.xdcs .ts td{ padding:2px 5px;} -.xdcs .ts{ border-collapse:collapse; margin:1em 0;} -.xdcs .ts th{ text-align:left; background-color:#fafafa;} -.xdcs .ts td{ text-align:left;} -.xdcs .toc{ margin:1em 0; border:1px solid #ddd; background:#fafafa;} -.xdcs .toc ul ul{ padding-left:1em; margin:0;}