diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-06 12:05:21 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-06 12:05:21 +0100 |
commit | 389cd5372e22f09bb8972baf6493fa13c3892367 (patch) | |
tree | 82641af93ac1c7bdcc01a3d8de3d1c61a1c6c82e /src/prefs.h | |
parent | 404b32a8f5dc7b2a296f3a9b99081e1db9b99b84 (diff) |
remove force_my_colors dillorc option
to get a similar behaviour add the !important directive to your color
definitions in ~/.dillo/style.css, e.g:
body {background-color: green !important}
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 e7b88f2b..048ce6fc 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -32,7 +32,6 @@ struct _DilloPrefs { int32_t link_color; int32_t visited_color; bool_t allow_white_bg; - bool_t force_my_colors; bool_t contrast_visited_color; bool_t show_tooltip; int panel_size; |