Blame Identity/Webenv/Css/App/lists.css

10fcb3
/* 
10fcb3
 * Webenv -> Lists
10fcb3
 *
10fcb3
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
10fcb3
 *
10fcb3
 * This CSS is free software; you can redistribute it and/or modify it
10fcb3
 * under the terms of the GNU General Public License as published by
10fcb3
 * the Free Software Foundation; either version 2 of the License, or
10fcb3
 * (at your option) any later version.
10fcb3
 *
10fcb3
 * This CSS is distributed in the hope that it will be useful, but
10fcb3
 * WITHOUT ANY WARRANTY; without even the implied warranty of
10fcb3
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
10fcb3
 * General Public License for more details.
10fcb3
 *
10fcb3
 * You should have received a copy of the GNU General Public License
10fcb3
 * along with this program; if not, write to the Free Software
10fcb3
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
10fcb3
 *
10fcb3
 * ----------------------------------------------------------------------
10fcb3
 * $Id$
10fcb3
 * ----------------------------------------------------------------------
10fcb3
 */
10fcb3
10fcb3
div#page-body ul { 
0eb02d
    list-style: url("/home/centos/artwork/trunk/Identity/Images/Webenv/ul.png") disc; 
0eb02d
    }
10fcb3
55c5a1
div#page-body ul,
55c5a1
div#page-body ol { 
0eb02d
    margin-left: 2.5em;
55c5a1
    }
55c5a1
55c5a1
div#page-body ul ol,
55c5a1
div#page-body ol ul,
55c5a1
div#page-body dl ul,
55c5a1
div#page-body dl ol { 
0eb02d
    margin-left: 1.5em;
55c5a1
    }
55c5a1
0eb02d
div#page-body div#links ul {
0eb02d
    padding: 0.5em 0.5em 1em 1em;
10fcb3
    margin: 0;
10fcb3
    list-style: none;
10fcb3
    border-top: 1px #EEE solid;
0eb02d
    }
10fcb3
0eb02d
div#page-body div#links ul.first {
10fcb3
    border-top: none;
10fcb3
    }
10fcb3
0eb02d
div#page-body div#links ul li {
10fcb3
    padding: 2px;
10fcb3
    }
10fcb3
55c5a1
/* Table of content (toc) 
55c5a1
--------------------------------------------------------------------*/
10fcb3
10fcb3
div#page-body div.toc {
10fcb3
	font-size: small;
10fcb3
	text-align:left;
0eb02d
    margin-bottom: 2em;
10fcb3
	}
10fcb3
0eb02d
div#page-body div.toc p {
0eb02d
    font-weight: bold;
0eb02d
    margin: 0.5em 0 0.5em 0;
10fcb3
    }
10fcb3
f2b918
div#page-body div#content div.toc dl {
f2b918
    margin: 0;
10fcb3
    }
10fcb3
f2b918
div#page-body div#content div.toc dl dl {
55c5a1
    margin-left: 2.5em;
af2a9b
    }