diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-09-08 04:49:59 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-09-08 04:49:59 +0000 |
| commit | d17d79676e2ab2b67ccbb7f86b1e7c5c35fa0aa0 (patch) | |
| tree | de5a893181d5c74c723d8807630944f53608264d /docutils/FAQ.txt | |
| parent | 0bcff4f252a08dfd0d5256d968e7127a81eb10ad (diff) | |
| download | docutils-d17d79676e2ab2b67ccbb7f86b1e7c5c35fa0aa0.tar.gz | |
clarified stylesheet requirement
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3857 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/FAQ.txt')
| -rw-r--r-- | docutils/FAQ.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docutils/FAQ.txt b/docutils/FAQ.txt index 68462a6e3..1d34962ec 100644 --- a/docutils/FAQ.txt +++ b/docutils/FAQ.txt @@ -710,7 +710,7 @@ What kind of HTML does it produce? ---------------------------------- It produces XHTML compatible with the `XHTML 1.0`_ specification. A -cascading style sheet (provided as "tools/stylesheets/default.css") is +cascading stylesheet (provided as "tools/stylesheets/default.css") is required for proper viewing with a modern graphical browser. Correct rendering of the HTML produced depends on the CSS support of the browser. @@ -795,8 +795,8 @@ single document title. HTML is being used for dumb formatting for nothing but final display. A stylesheet *is required*, and one is provided: -tools/stylesheets/default.css. Of course, you're welcome to roll your -own. The default stylesheet provides rules to format ``<h1 +``tools/stylesheets/default.css``. Of course, you're welcome to roll +your own. The default stylesheet provides rules to format ``<h1 class="title">`` and ``<h2 class="subtitle">`` differently from ordinary ``<h1>`` and ``<h2>``:: |
