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