Blame Manual/repository.css

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