remove properties svn:eol-style and svn:keywords
[docutils.git] / sandbox / stylesheets / bold-definition-terms.css
blob8a32235b41a0fdf7ab9131ddfeab68895abf2142
1 /* Bold definition list terms */
2 /* ************************** */
4 /* :Author: Günter Milde */
5 /* :Copyright: © 2008 Günter Milde. */
6 /* :License: Released under the terms of the `2-Clause BSD license`_, in short: */
7 /* */
8 /* Copying and distribution of this file, with or without modification, */
9 /* are permitted in any medium without royalty provided the copyright */
10 /* notice and this notice are preserved. */
11 /* This file is offered as-is, without any warranty. */
12 /* */
13 /* .. _2-Clause BSD license: http://www.spdx.org/licenses/BSD-2-Clause */
15 /* :Id: $Id$ */
17 /* Style sheet for use with Docutils */
18 /* Extends the standard docutils style sheet */
20 /* Instead of modifying html4css1.css, you can convert your sources with: */
21 /* rst2html --stylesheet=/html4css1.css,/bold-definition-terms.css INFILE */
22 /* to get bold face definition terms. */
24 /* :: */
26 dl.docutils dt { font-weight: bold; }