diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-07-05 19:25:20 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-07-05 19:25:20 +0000 |
| commit | 43f4d53de6147c46d07404c49383a3e46249d01b (patch) | |
| tree | af5ffbbe5b4feb94565ffd60cf6cd8a2f625d946 /docutils/test/functional/expected/footnotes_html5.html | |
| parent | 3041b394781751899ba434145acf747c058e2c47 (diff) | |
| download | docutils-43f4d53de6147c46d07404c49383a3e46249d01b.tar.gz | |
HTML5: small tweaks
Move space character between section number and heading
into "sectnum" span. Simplify code in _html_base.py.
responsive.css: highlight target of current URL,
show an arrow when hovering over section heading
to hint at the target of toc-backlinks.
Test setting `--toc_backlinks=top` and the "responsive.css" stylesheet.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8787 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/footnotes_html5.html')
| -rw-r--r-- | docutils/test/functional/expected/footnotes_html5.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/test/functional/expected/footnotes_html5.html b/docutils/test/functional/expected/footnotes_html5.html index 3bf40ba73..978bf9342 100644 --- a/docutils/test/functional/expected/footnotes_html5.html +++ b/docutils/test/functional/expected/footnotes_html5.html @@ -6,7 +6,7 @@ <meta name="generator" content="Docutils 0.18b.dev: http://docutils.sourceforge.net/" /> <title>Test footnote and citation rendering</title> <link rel="stylesheet" href="../input/data/minimal.css" type="text/css" /> -<link rel="stylesheet" href="../input/data/plain.css" type="text/css" /> +<link rel="stylesheet" href="../input/data/responsive.css" type="text/css" /> </head> <body> <main id="test-footnote-and-citation-rendering"> |
