diff options
author | Sebastian Geerken <devnull@localhost> | 2013-08-21 11:42:38 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-08-21 11:42:38 +0200 |
commit | 562ad1990d1ce0b97f6df523bee85058b848cc85 (patch) | |
tree | 15e38d7f9c33a327f1c5df5784e8f32ec8af205f | |
parent | c9275329477ed56f2cb4f0d705a7338e1d2c026c (diff) |
Some more on white_bg_replacement.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | dillorc | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -13,9 +13,11 @@ dillo-3.0.4 [not released yet] Patch: corvid +- Make embedding into other applications more reliable (BUG#1127). Patch: Johannes Hofmann -+- Better scaling (down) of images, even with consideration of gamma correction ++- Better scaling (down) of images, even with consideration of gamma + correction. - Fixed (possibly security) problem of FltkImgBuf caused by integer overflow (BUG#1129). + - Added white_bg_replacement preference. Patches: Sebastian Geerken ----------------------------------------------------------------------------- @@ -214,6 +214,10 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # If your eyes suffer with white backgrounds, change this. #allow_white_bg=YES +# If allow_white_bg is set to NO, white backgrounds are replaced by +# this color. +#white_bg_replacement=0xe0e0a3 + # When set to YES, the page author's visited link color may be overridden # to allow better contrast with text/links/background #contrast_visited_color=YES |