summaryrefslogtreecommitdiff
path: root/docutils/docs/user
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-03-31 08:25:24 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-03-31 08:25:24 +0000
commit94bb2068ec3a225b65cbc088c200d6775584acfd (patch)
tree73d8f8939416c045223ba1d542947e1440994591 /docutils/docs/user
parent102e11cf6fe6f65688d3788414892dc1ca5520bf (diff)
downloaddocutils-94bb2068ec3a225b65cbc088c200d6775584acfd.tar.gz
Document table_style HTML writer option.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6297 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
-rw-r--r--docutils/docs/user/config.txt31
1 files changed, 25 insertions, 6 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt
index 49d06cae8..3bb853be3 100644
--- a/docutils/docs/user/config.txt
+++ b/docutils/docs/user/config.txt
@@ -746,6 +746,20 @@ stylesheet_path
__ `embed_stylesheet [html4css1 writer]`_
__ `stylesheet_path [latex2e writer]`_
+.. _table_style [html4css1 writer]:
+
+table_style
+ Added to standard table classes to allow styling with CSS.
+ The default sylesheet defines:
+
+ borderless
+ no borders around the table.
+
+ .. TODO: booktabs
+ a line above and below the table and one after the head.
+
+ Default: "". Option: ``--table-style``.
+
.. _template [html4css1 writer]:
template
@@ -1099,13 +1113,18 @@ _`section_enumerator_separator`
Default: "-". Option: ``--section-enumerator-separator``.
-_`table_style`
- Specify the drawing of separation lines.
+.. _table_style [latex2e writer]:
- - "standard" lines around and between cells.
- - "booktabs" a line above and below the table and one after the
- head.
- - "nolines".
+table_style
+ Specify the drawing of separation lines.
+ Supported values:
+
+ standard
+ lines around and between cells.
+ booktabs
+ a line above and below the table and one after the head.
+ borderless
+ no lines.
Default: "standard". Option: ``--table-style``.