From 5a2d909607e05a69d4500e022de73f20ce13886c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 8 Jun 2015 18:49:55 +0200 Subject: [PATCH] Update user-stylesheet docs. --- qutebrowser/config/configdata.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index e1d24a610..41fbfff32 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -269,8 +269,9 @@ def data(readonly=False): ('user-stylesheet', SettingValue(typ.UserStyleSheet(), '::-webkit-scrollbar { width: 0px; height: 0px; }'), - "User stylesheet to use (absolute filename or CSS string). Will " - "expand environment variables."), + "User stylesheet to use (absolute filename, filename relative to " + "the config directory or CSS string). Will expand environment " + "variables."), ('css-media-type', SettingValue(typ.String(none_ok=True), ''),