summaryrefslogtreecommitdiff
path: root/docutils/docs/user
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-09-13 10:29:51 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-09-13 10:29:51 +0000
commit04f16a0eb45de1139f07ff1d73a8e73348740a29 (patch)
tree140c458c4cc9c289fa1ae47a782aec20d0de6e4b /docutils/docs/user
parentda7950ced2a555875dcb4c59c789992c74968be2 (diff)
downloaddocutils-04f16a0eb45de1139f07ff1d73a8e73348740a29.tar.gz
Documentation fix [bug#454].
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9124 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
-rw-r--r--docutils/docs/user/config.txt2
-rw-r--r--docutils/docs/user/latex.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt
index 5ce830d58..b9c574eba 100644
--- a/docutils/docs/user/config.txt
+++ b/docutils/docs/user/config.txt
@@ -1232,7 +1232,7 @@ See also `table_style [latex writers]`_.
The default CSS sylesheets define:
borderless
- Remove all borders.
+ No borders around table cells.
align-left, align-center, align-right
Align table as indicated.
diff --git a/docutils/docs/user/latex.txt b/docutils/docs/user/latex.txt
index b78755de5..01d0d42ac 100644
--- a/docutils/docs/user/latex.txt
+++ b/docutils/docs/user/latex.txt
@@ -1644,7 +1644,7 @@ booktabs
A line above and below the table and one after the head.
borderless
- No borders.
+ No borders around table cells.
colwidths-auto
Column width determination by LaTeX.