diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-22 19:03:27 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-22 19:03:27 +0000 |
| commit | f9a24f71d0b89bb4ec424bbf366ee862dc42048b (patch) | |
| tree | c8f589578cdc361b7452a7ab6dac10bf29dfd9d1 /docutils/tools/stylesheets/default.css | |
| parent | 772954acf6d93b47fc3987a98af41f2b32595e98 (diff) | |
| download | docutils-f9a24f71d0b89bb4ec424bbf366ee862dc42048b.tar.gz | |
replaced "&" by "and" because the XHTML validator complains when
inlining the stylesheet
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2886 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/stylesheets/default.css')
| -rw-r--r-- | docutils/tools/stylesheets/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/tools/stylesheets/default.css b/docutils/tools/stylesheets/default.css index e519adbb1..419e804d2 100644 --- a/docutils/tools/stylesheets/default.css +++ b/docutils/tools/stylesheets/default.css @@ -30,7 +30,7 @@ blockquote.epigraph { dl.docutils dd { margin-bottom: 0.5em } -/* Uncomment (& remove this text!) to get bold-faced definition list terms +/* Uncomment (and remove this text!) to get bold-faced definition list terms dl.docutils dt { font-weight: bold } */ |
