diff options
author | Ted Pavlic <ted@tedpavlic.com> | 2009-01-02 14:32:15 -0500 |
---|---|---|
committer | Ted Pavlic <ted@tedpavlic.com> | 2009-01-02 14:32:15 -0500 |
commit | 211613d2c2d19165220fafb927f4886e3ebba9ea (patch) | |
tree | 51524aedad6c0d663af90637560d045977b4be7d /vimperator/locale/en-US/styling.txt | |
parent | d5a28b5b37832c8a1005a2edcb557b4cc3e7310c (diff) | |
download | pentadactyl-211613d2c2d19165220fafb927f4886e3ebba9ea.tar.gz |
Some help list updates. Among other things, got rid of explicit numbering.
Diffstat (limited to 'vimperator/locale/en-US/styling.txt')
-rw-r--r-- | vimperator/locale/en-US/styling.txt | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/vimperator/locale/en-US/styling.txt b/vimperator/locale/en-US/styling.txt index 884a6e09..3c5dc68f 100644 --- a/vimperator/locale/en-US/styling.txt +++ b/vimperator/locale/en-US/styling.txt @@ -92,14 +92,14 @@ ________________________________________________________________________________ |:sty| |:style| + ||:sty[le][!] [-name={name}] [-append] {filter} [{css}]|| + ________________________________________________________________________________ -Add CSS styles to the browser or to web pages. {filter} is a -comma separated list of URLs to match. URLs ending with [c]*[c] -are matched as prefixes, URLs not containing any [c]:[c] or -[c]/[c] characters are matched as domains. If {name} (short -option: [c]-n[c]) is provided, any existing style with the same -name is overridden, and the style may later be deleted using -{name}. If -append (short option: -a) is provided along with -name, -{css} and {filter} are appended to its current value. +Add CSS styles to the browser or to web pages. {filter} is a comma +separated list of URLs to match. URLs ending with [c]*[c] are matched as +prefixes, URLs not containing any [c]:[c] or [c]/[c] characters are +matched as domains. If {name} (short option: [c]-n[c]) is provided, any +existing style with the same name is overridden, and the style may later +be deleted using {name}. If -append (short option: [c]-a[c]) is provided +along with [c]-name[c], {css} and {filter} are appended to its current +value. If {css} isn't provided, matching styles are listed. ________________________________________________________________________________ @@ -112,8 +112,10 @@ the filter are disabled. For instance, a filter [c]mozilla.org[c], given a style for [c]www.google.com,mozilla.org[c], will result in a style for [c]www.google.com[c]. The available options are: - - -name: The name provided to [c]:style[c] (short option: -n) - - -index: For unnamed styles, the index listed by [c]:style[c] (short option: -i) + * [c]-name[c]: The name provided to [c]:style[c] (short option: + [c]-n[c]) + * [c]-index[c]: For unnamed styles, the index listed by [c]:style[c] + (short option: [c]-i[c]) ________________________________________________________________________________ // vim: set syntax=asciidoc: |