Separate style sheets for required and optional layout rules.
commit690b2daabe36898d44012efc105d49a92f7e3d8a
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 11 May 2015 15:38:58 +0000 (11 15:38 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 11 May 2015 15:38:58 +0000 (11 15:38 +0000)
tree685616d04167596eaea1120b0aed887d394f76cb
parent3524e3e627b84a796ee314a33461e71a675b5e73
Separate style sheets for required and optional layout rules.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7893 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
12 files changed:
docutils/writers/html_base/__init__.py
docutils/writers/html_base/minimal.css [new file with mode: 0644]
docutils/writers/html_base/plain.css [moved from docutils/writers/html_base/html-base.css with 54% similarity]
docutils/writers/xhtml11/__init__.py
test/functional/expected/math_output_mathml.xhtml
test/functional/expected/standalone_rst_html_base.html
test/functional/expected/standalone_rst_xhtml11.xhtml
test/functional/input/data/html-base.css [deleted symlink]
test/functional/input/data/minimal.css [new symlink]
test/functional/input/standalone_rst_html_base.txt
test/functional/input/standalone_rst_xhtml11.txt
test/test_writers/test_html_base_misc.py [new file with mode: 0644]