Blame Identity/Webenv/Themes/Default/Docbook/1.69.1/Css/lists.css

d4f4ce
/*
d4f4ce
 * Docbook -> Lists
d4f4ce
 * 
d4f4ce
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
d4f4ce
 *
d4f4ce
 * This CSS is free software; you can redistribute it and/or modify it
d4f4ce
 * under the terms of the GNU General Public License as published by
d4f4ce
 * the Free Software Foundation; either version 2 of the License, or
d4f4ce
 * (at your option) any later version.
d4f4ce
 *
d4f4ce
 * This CSS is distributed in the hope that it will be useful, but
d4f4ce
 * WITHOUT ANY WARRANTY; without even the implied warranty of
d4f4ce
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
d4f4ce
 * General Public License for more details.
d4f4ce
 *
d4f4ce
 * You should have received a copy of the GNU General Public License
d4f4ce
 * along with this program; if not, write to the Free Software
d4f4ce
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
d4f4ce
 *
d4f4ce
 * ----------------------------------------------------------------------
d4f4ce
 * $Id: lists.css 5257 2012-08-28 18:02:18Z al $
d4f4ce
 * ----------------------------------------------------------------------
d4f4ce
 */
d4f4ce
d4f4ce
ul {
d4f4ce
    /*
d4f4ce
    list-style: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/ul.png") disc;
d4f4ce
    */
d4f4ce
    }
d4f4ce
d4f4ce
span.term {
d4f4ce
    font-weight: bold;
d4f4ce
    }
d4f4ce
d4f4ce
/* Table of contents
d4f4ce
-----------------------------------------------*/
d4f4ce
d4f4ce
.toc,
d4f4ce
.list-of-figures,
16a919
.list-of-examples,
16a919
.list-of-tables {
d4f4ce
    margin: 1em 0 2em 0;
d4f4ce
    }
d4f4ce
d4f4ce
.toc dl,
d4f4ce
.list-of-figures dl,
16a919
.list-of-examples dl,
16a919
.list-of-tables dl {
d4f4ce
    margin: 0;
d4f4ce
    }
d4f4ce
d4f4ce
.toc dl dt,
d4f4ce
.list-of-figures dl dt,
16a919
.list-of-examples dl dt,
16a919
.list-of-tables dl dt {
d4f4ce
    margin: 0.3em 0 0.3em 0;
d4f4ce
    }
d4f4ce
d4f4ce
.toc p,
d4f4ce
.list-of-figures p,
16a919
.list-of-examples p,
16a919
.list-of-tables p {
d4f4ce
    margin-bottom: 0.5em;
d4f4ce
    }