diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-06 10:09:38 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-06 10:09:38 +0100 |
commit | 620bd1c02fb87eb424819e4daf1482da29fb727e (patch) | |
tree | dc8c4e83d697e5a033dd7c1cf9c464513a0e3a44 /src/prefs.h | |
parent | 9514cc5f1a0bc7e8ba63791edd62d2d9e69821f8 (diff) |
remove bg_color dillorc option
To set a custom background color add a line like:
body {background-color: white}
to your ~/.dillo/style.css file.
This also works for plain text display and image viewing.
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/prefs.h b/src/prefs.h index 1c15c147..bd11517a 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -31,7 +31,6 @@ struct _DilloPrefs { DilloUrl *home; int32_t link_color; int32_t visited_color; - int32_t bg_color; int32_t text_color; bool_t allow_white_bg; bool_t force_my_colors; |