summaryrefslogtreecommitdiff
path: root/doc/editor_configs/xmlmind5/addon/config/scons/css/cals_table.imp
blob: 6e02a9409727b6e63691db11b961dcd1b625a846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Copyright (c) 2005-2009 Pixware. 
 *
 * This file is part of the XMLmind XML Editor project.
 * For conditions of distribution and use, see the accompanying legal.txt file.
 *
 * Styles for CALS tables (up to DocBook 4.2).
 */

@import "table.imp";

/*
 * "black" is the color used to draw a border around the table and its cells
 * based on values of attributes such as frame, rowsep and colsep.
 *
 * "rgb(238,238,224)" (a very light gray) is the color used to draw 
 * a border around each cell whether the cell actually has borders or not.
 * Remove this parameter if this ``cell footprint'' disturbs you.
 *
 * For more information about table support for DocBook, see 
 * XMLmind XML Editor - Configuration and Deployment.
 */
@extension "com.xmlmind.xmleditext.docbook.table.TableSupport black rgb(238,238,224)";