summaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-07-21 22:22:54 +0200
committerSebastian Geerken <devnull@localhost>2014-07-21 22:22:54 +0200
commit0a6fc284229b0fa4bb567ad26d76bff01a62a01b (patch)
treeb3f848b4036cd48fd6dd91fd7887aa2b09432199 /dillorc
parent26e47e9cef47b3e65087c88a303666e5a81b49b1 (diff)
New dillorc option adjust_table_min_width.
Diffstat (limited to 'dillorc')
-rw-r--r--dillorc8
1 files changed, 7 insertions, 1 deletions
diff --git a/dillorc b/dillorc
index 1260c28a..ad688258 100644
--- a/dillorc
+++ b/dillorc
@@ -80,9 +80,15 @@
#limit_text_width=NO
# If this is set to YES, all CSS size specifications are adjusted so that
-# all contents can be displayed.
+# all contents can be displayed. (Except for tables, see below.)
#adjust_min_width=NO
+# If this is set to YES, all CSS size specifications for tables are
+# adjusted so that all contents can be displayed. This is seperated
+# from "adjust_min_width" (with another standard value) to mimic
+# Firefox, which differenciates between tables and, say, textblocks.
+#adjust_table_min_width=YES
+
#-------------------------------------------------------------------------
# PENALTIES
#-------------------------------------------------------------------------