Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 *              http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 *              http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * File Name: fck_showtableborders_gecko.css
 *      This CSS Style Sheet defines the rules to show table borders on Gecko.
 * 
 * File Authors:
 *              Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

TABLE[border="0"], TABLE[border="0"] TD
{
        border: #d3d3d3 1px solid
}