~bestpractical/rt/master

« back to all changes in this revision

Viewing changes to html/NoAuth/RichText/FCKeditor/editor/css/fck_showtableborders_gecko.css

  • Committer: sunnavy
  • Date: 2008-05-14 13:22:46 UTC
  • Revision ID: git-v1:0f0c8baef62a06a13d6fb54683d6c7d75d5f1283
source layout change! html now lives in share/html

git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.8-TESTING@12308 e417ac7c-1bcc-0310-8ffa-8f5827389a85

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 
 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
4
 
 *
5
 
 * == BEGIN LICENSE ==
6
 
 *
7
 
 * Licensed under the terms of any of the following licenses at your
8
 
 * choice:
9
 
 *
10
 
 *  - GNU General Public License Version 2 or later (the "GPL")
11
 
 *    http://www.gnu.org/licenses/gpl.html
12
 
 *
13
 
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14
 
 *    http://www.gnu.org/licenses/lgpl.html
15
 
 *
16
 
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
17
 
 *    http://www.mozilla.org/MPL/MPL-1.1.html
18
 
 *
19
 
 * == END LICENSE ==
20
 
 *
21
 
 * This CSS Style Sheet defines the rules to show table borders on Gecko.
22
 
 */
23
 
 
24
 
/* For tables with the "border" attribute set to "0" */
25
 
table[border="0"],
26
 
table[border="0"] > tr > td, table[border="0"] > tr > th,
27
 
table[border="0"] > tbody > tr > td, table[border="0"] > tbody > tr > th,
28
 
table[border="0"] > thead > tr > td, table[border="0"] > thead > tr > th,
29
 
table[border="0"] > tfoot > tr > td, table[border="0"] > tfoot > tr > th
30
 
{
31
 
        border: #d3d3d3 1px dotted ;
32
 
}
33
 
 
34
 
/* For tables with no "border" attribute set */
35
 
table:not([border]),
36
 
table:not([border]) > tr > td, table:not([border]) > tr > th,
37
 
table:not([border]) > tbody > tr > td, table:not([border]) > tbody > tr > th,
38
 
table:not([border]) > thead > tr > td, table:not([border]) > thead > tr > th,
39
 
table:not([border]) > tfoot > tr > td, table:not([border]) > tfoot > tr > th
40
 
{
41
 
        border: #d3d3d3 1px dotted ;
42
 
}