diff options
author | Jonas M. Gastal <jgastal@gmail.com> | 2009-08-19 22:03:56 -0300 |
---|---|---|
committer | Jonas M. Gastal <jgastal@gmail.com> | 2009-08-19 22:03:56 -0300 |
commit | f37aadbb2de64d9a8f302cf89c004eccb9834e93 (patch) | |
tree | 86d70a66a954c6e53455ded5ad799df435dc7f80 /src/rekonq.kcfg | |
parent | Some work on WebPage class.. (diff) | |
download | rekonq-f37aadbb2de64d9a8f302cf89c004eccb9834e93.tar.xz |
Implements the ability of the user to apply a user defined CSS to all web pages.
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index ec2b9a3b..443c9f8d 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -111,6 +111,9 @@ <entry name="localStorageDatabaseEnabled" type="Bool"> <default>true</default> </entry> + <entry name="userCSS" type="Url"> + <default></default> + </entry> </group> </kcfg> |