summaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-02 20:05:48 +0100
committerSebastian Geerken <devnull@localhost>2015-01-02 20:05:48 +0100
commit4008a8962e30437449cafbc0f178c7f2b92dd57c (patch)
treece7f3f39f21f96813e590f88a75223a4d1b56729 /dillorc
parent456d1af50cf24634c372a895971e0287f2234d44 (diff)
'adjust_min_width' is now set by default.
Diffstat (limited to 'dillorc')
-rw-r--r--dillorc6
1 files changed, 3 insertions, 3 deletions
diff --git a/dillorc b/dillorc
index d3ef98b8..bb5d4f99 100644
--- a/dillorc
+++ b/dillorc
@@ -81,12 +81,12 @@
# If this is set to YES, all CSS size specifications are adjusted so that
# all contents can be displayed. (Except for tables, see below.)
-#adjust_min_width=NO
+#adjust_min_width=YES
# 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.
+# from "adjust_min_width" so that it is able to mimic Firefox, which
+# differenciates between tables and, say, textblocks (in some cases).
#adjust_table_min_width=YES
#-------------------------------------------------------------------------