Blame Identity/Manual/repository.css

728c6d
/* CSS
4c79b5
 *
728c6d
 * repository.css -- This file extends `base-app.css' to provide
40dd51
 * specific visual style to Texi2HTML output.
4c79b5
 *
728c6d
 * Copyright (C) 2009-2011 Alain Reguera Delgado
728c6d
 *
728c6d
 * This program is free software; you can redistribute it and/or
728c6d
 * modify it under the terms of the GNU General Public License as
728c6d
 * published by the Free Software Foundation; either version 2 of the
728c6d
 * License, or (at your option) any later version.
728c6d
 * 
728c6d
 * This program is distributed in the hope that it will be useful, but
728c6d
 * WITHOUT ANY WARRANTY; without even the implied warranty of
728c6d
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
728c6d
 * General Public License for more details.
728c6d
 *
728c6d
 * You should have received a copy of the GNU General Public License
728c6d
 * along with this program; if not, write to the Free Software
728c6d
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
728c6d
 * USA.
728c6d
 * ----------------------------------------------------------------------
728c6d
 * $Id$
728c6d
 * ----------------------------------------------------------------------
4c79b5
 */
4c79b5
728c6d
/* Define default visual style.
728c6d
-------------------------------*/
728c6d
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base.css");
728c6d
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base-app.css");
4c79b5
728c6d
/* Define specific visual style.
728c6d
--------------------------------*/
4c79b5
table {
728c6d
    margin-top: 0px;
4c79b5
    }
4c79b5
728c6d
div#content table tr td,
728c6d
div#content table tr th {
728c6d
    border:none;
4c79b5
    }