diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-09-19 13:59:09 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-09-19 13:59:09 +0000 |
| commit | 0a1b20437a7da676acbda3cc5ae69b963f93afb3 (patch) | |
| tree | e7365f0d3d94cf70ad1b157c9000ff33fa713493 /docutils/test/functional/expected/standalone_rst_html4css1.html | |
| parent | 598bbfc764efa83acba5c60e8b6c0280f78313a6 (diff) | |
| download | docutils-0a1b20437a7da676acbda3cc5ae69b963f93afb3.tar.gz | |
HTML fixes and updates.
Remove dead code.
Remove unused class value "first" for topic-title.
Fix/update CSS stylesheets for html5 writer.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8396 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/standalone_rst_html4css1.html')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_html4css1.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_html4css1.html b/docutils/test/functional/expected/standalone_rst_html4css1.html index 7c2dd7706..36861cd0f 100644 --- a/docutils/test/functional/expected/standalone_rst_html4css1.html +++ b/docutils/test/functional/expected/standalone_rst_html4css1.html @@ -70,11 +70,11 @@ desires.</td></tr> </tbody> </table> <div class="dedication topic"> -<p class="topic-title first">Dedication</p> +<p class="topic-title">Dedication</p> <p>For Docutils users & co-developers.</p> </div> <div class="abstract topic"> -<p class="topic-title first">Abstract</p> +<p class="topic-title">Abstract</p> <p>This is a test document, containing at least one example of each reStructuredText construct.</p> </div> @@ -84,7 +84,7 @@ transforms to after the document title, subtitle, and docinfo. --> They are transformed from section titles after parsing. --> <!-- bibliographic fields (which also require a transform): --> <div class="contents topic" id="table-of-contents"> -<p class="topic-title first">Table of Contents</p> +<p class="topic-title">Table of Contents</p> <ul class="auto-toc simple"> <li><a class="reference internal" href="#structural-elements" id="id34">1 Structural Elements</a><ul class="auto-toc"> <li><a class="reference internal" href="#section-title" id="id35">1.1 Section Title</a></li> @@ -819,7 +819,7 @@ background or font color.</p> <p>A <em>topic</em> is like a block quote with a title, or a self-contained section with no subsections.</p> <div class="topic"> -<p class="topic-title first">Topic Title</p> +<p class="topic-title">Topic Title</p> <p>This is a topic.</p> </div> <p>A <em>rubric</em> is like an informal heading that doesn't correspond to the |
