Update user-stylesheet docs.

This commit is contained in:
Florian Bruhin 2015-06-08 18:49:55 +02:00
parent 171a0f201b
commit 5a2d909607

View File

@ -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), ''),